Skip to content

update main.sh file sed command #9

update main.sh file sed command

update main.sh file sed command #9

Workflow file for this run

name: Super Linter
on: [push, workflow_dispatch]
jobs:
build:
name: Super Linter
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Lint Code Base
uses: github/super-linter@v4.9.2
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}