yarn lint my beloved
This commit is contained in:
parent
db86110b97
commit
44c42f1715
8
.github/workflows/lint.yml
vendored
8
.github/workflows/lint.yml
vendored
@ -9,12 +9,6 @@ on:
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
strategy:
|
||||
matrix:
|
||||
workspace:
|
||||
- backend
|
||||
- client
|
||||
- sw
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
@ -26,5 +20,5 @@ jobs:
|
||||
node-version: 18.x
|
||||
- run: corepack enable
|
||||
- run: yarn install --immutable
|
||||
- run: yarn workspaces ${{ matrix.workspace }} lint
|
||||
- run: yarn lint
|
||||
|
||||
|
@ -47,9 +47,12 @@
|
||||
"devDependencies": {
|
||||
"@types/gulp": "4.0.9",
|
||||
"@types/gulp-rename": "2.0.1",
|
||||
"@typescript-eslint/eslint-plugin": "latest",
|
||||
"@typescript-eslint/parser": "5.18.0",
|
||||
"cross-env": "7.0.3",
|
||||
"cypress": "9.5.3",
|
||||
"eslint-plugin-import": "latest",
|
||||
"eslint-plugin-vue": "latest",
|
||||
"start-server-and-test": "1.14.0",
|
||||
"typescript": "4.7.2"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user