Merge branch 'yarn-3' of https://github.com/ThatOneCalculator/misskey into yarn-3
This commit is contained in:
commit
f035817489
1 changed files with 2 additions and 0 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
@ -20,6 +20,7 @@ jobs:
|
||||||
cache: 'yarn'
|
cache: 'yarn'
|
||||||
cache-dependency-path: |
|
cache-dependency-path: |
|
||||||
packages/backend/yarn.lock
|
packages/backend/yarn.lock
|
||||||
|
- run: corepack enable
|
||||||
- run: yarn install
|
- run: yarn install
|
||||||
- run: yarn --cwd ./packages/backend lint
|
- run: yarn --cwd ./packages/backend lint
|
||||||
|
|
||||||
|
@ -35,5 +36,6 @@ jobs:
|
||||||
cache: 'yarn'
|
cache: 'yarn'
|
||||||
cache-dependency-path: |
|
cache-dependency-path: |
|
||||||
packages/client/yarn.lock
|
packages/client/yarn.lock
|
||||||
|
- run: corepack enable
|
||||||
- run: yarn install
|
- run: yarn install
|
||||||
- run: yarn --cwd ./packages/client lint
|
- run: yarn --cwd ./packages/client lint
|
||||||
|
|
Loading…
Reference in a new issue