Skip to content

Update main.sh

Update main.sh #16

Workflow file for this run

name: shellcheck
on:
push:
branches: "main"
paths:
- main.sh
- .github/workflows/shellcheck.yml
pull_request:
paths:
- main.sh
- .github/workflows/shellcheck.yml
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: shellcheck main.sh