ci: run typecheck and eslint separately (#9966)
* ci: run typecheck and eslint separately * fix syntax
This commit is contained in:

committed by
GitHub

parent
8f9ce23e52
commit
dd52be3a01
5
.github/workflows/lint.yml
vendored
5
.github/workflows/lint.yml
vendored
@@ -36,6 +36,9 @@ jobs:
|
||||
- backend
|
||||
- frontend
|
||||
- sw
|
||||
lint:
|
||||
- typecheck
|
||||
- eslint
|
||||
steps:
|
||||
- uses: actions/checkout@v3.3.0
|
||||
with:
|
||||
@@ -51,4 +54,4 @@ jobs:
|
||||
cache: 'pnpm'
|
||||
- run: corepack enable
|
||||
- run: pnpm i --frozen-lockfile
|
||||
- run: pnpm --filter ${{ matrix.workspace }} run lint
|
||||
- run: pnpm --filter ${{ matrix.workspace }} run ${{ matrix.lint }}
|
||||
|
Reference in New Issue
Block a user