--- name: check on: [push] jobs: check: runs-on: ubuntu-latest name: check steps: - uses: actions/checkout@v4 - uses: actions/markdownlint-cli2-action@v17 with: globs: | **/*.md - run: shellcheck *.sh monitoring/*.sh