ci: Add lint to Github actions (#18172)

This commit is contained in:
shortstacked
2025-08-11 10:01:37 +01:00
committed by GitHub
parent 80e9e6fc33
commit 2f5f6d4d68
12 changed files with 158 additions and 91 deletions

View File

@@ -13,7 +13,7 @@ jobs:
matrix:
node-version: [20.x, 22.x, 24.3.x]
with:
ref: ${{ inputs.branch }}
ref: ${{ github.sha }}
nodeVersion: ${{ matrix.node-version }}
collectCoverage: ${{ matrix.node-version == '22.x' }}
secrets:
@@ -23,7 +23,7 @@ jobs:
name: Lint
uses: ./.github/workflows/linting-reusable.yml
with:
ref: ${{ inputs.branch }}
ref: ${{ github.sha }}
notify-on-failure:
name: Notify Slack on failure