name: check on: [push] jobs: check: runs-on: ubuntu-latest name: check steps: - uses: actions/checkout@v4 - run: shellcheck *.sh monitoring/*.sh