Update lint.yml
This commit is contained in:
parent
efd1b9a627
commit
e75402c444
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
@ -28,9 +28,9 @@ jobs:
|
|||||||
- name: Install
|
- name: Install
|
||||||
working-directory: ./core
|
working-directory: ./core
|
||||||
run: |
|
run: |
|
||||||
npm ci
|
yarn install --frozen-lockfile
|
||||||
|
|
||||||
- name: Lint
|
- name: Lint
|
||||||
working-directory: ./core
|
working-directory: ./core
|
||||||
run: |
|
run: |
|
||||||
npm run lint
|
yarn lint
|
||||||
|
Loading…
x
Reference in New Issue
Block a user