on: [push, pull_request] name: Lint jobs: build: name: Lint runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: persist-credentials: false - name: setup-shellcheck run: sudo apt-get update && sudo apt-get install shellcheck - run: shellcheck -x backupd