mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
ci: Add lint to Github actions (#18172)
This commit is contained in:
4
.github/workflows/ci-master.yml
vendored
4
.github/workflows/ci-master.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user