ci: Run lint:styles as a part of reusable linting workflow (#28449)

This commit is contained in:
Matsu 2026-04-14 11:44:48 +03:00 committed by GitHub
parent d496f6f1bd
commit d6fbe5f847
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -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 }}

View File

@ -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",