mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-12 16:10:30 +02:00
ci: Run lint:styles as a part of reusable linting workflow (#28449)
This commit is contained in:
parent
d496f6f1bd
commit
d6fbe5f847
2
.github/workflows/test-linting-reusable.yml
vendored
2
.github/workflows/test-linting-reusable.yml
vendored
|
|
@ -29,5 +29,5 @@ jobs:
|
|||
- name: Build and Test
|
||||
uses: ./.github/actions/setup-nodejs
|
||||
with:
|
||||
build-command: pnpm lint
|
||||
build-command: pnpm lint:ci
|
||||
node-version: ${{ inputs.nodeVersion }}
|
||||
|
|
|
|||
|
|
@ -34,6 +34,7 @@
|
|||
"lint:styles:fix": "turbo run lint:styles:fix",
|
||||
"lint:affected": "turbo run lint --affected",
|
||||
"lint:fix": "turbo run lint:fix",
|
||||
"lint:ci": "turbo run lint lint:styles",
|
||||
"optimize-svg": "find ./packages -name '*.svg' ! -name 'pipedrive.svg' -print0 | xargs -0 -P16 -L20 npx svgo",
|
||||
"generate:third-party-licenses": "node scripts/generate-third-party-licenses.mjs",
|
||||
"setup-backend-module": "node scripts/ensure-zx.mjs && zx scripts/backend-module/setup.mjs",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user