diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 60f9adbe24f..e6764f40df2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,6 +37,24 @@ jobs: source venv/bin/activate pre-commit run --color=always --all-files --show-diff-on-failure + lint: + runs-on: ubuntu-latest + + permissions: + security-events: write + + steps: + - name: Repository checkout + uses: actions/checkout@v4 + with: + fetch-depth: 0 + + - id: ShellCheck + name: Differential ShellCheck + uses: redhat-plumbers-in-action/differential-shellcheck@v5 + with: + token: ${{ secrets.GITHUB_TOKEN }} + distcheck: runs-on: ubuntu-latest strategy: