Update lint.yml
This commit is contained in:
parent
7bba4876af
commit
e0c57cf1da
1 changed files with 2 additions and 2 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
||||||
- run: corepack enable
|
- run: corepack enable
|
||||||
- run: yarn set version berry
|
- run: yarn set version berry
|
||||||
- run: yarn workspaces foreach install --immutable
|
- run: yarn workspaces foreach install --immutable
|
||||||
- run: yarn workspaces foreach run lint
|
|
||||||
env:
|
env:
|
||||||
YARN_CHECKSUM_BEHAVIOR: update
|
YARN_CHECKSUM_BEHAVIOR: update
|
||||||
|
- run: yarn workspaces foreach run lint
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue