Try again with yarn added as separate step
This commit is contained in:
3
.github/workflows/lint-frontend.yaml
vendored
3
.github/workflows/lint-frontend.yaml
vendored
@@ -24,6 +24,9 @@ jobs:
|
|||||||
- name: Install modules
|
- name: Install modules
|
||||||
run: npm install dev-tools
|
run: npm install dev-tools
|
||||||
|
|
||||||
|
- name: Yarn install
|
||||||
|
run: yarn
|
||||||
|
|
||||||
# See .stylelintignore for files that are not linted.
|
# See .stylelintignore for files that are not linted.
|
||||||
- name: Run stylelint
|
- name: Run stylelint
|
||||||
run: >
|
run: >
|
||||||
|
Reference in New Issue
Block a user