mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-23 00:26:33 +00:00
Try again with yarn added as separate step
This commit is contained in:
parent
4428c0f14d
commit
7ff1ad7c83
1 changed files with 3 additions and 0 deletions
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: >
|
||||||
|
|
Loading…
Reference in a new issue