mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-22 09:31:08 +00:00
Try using npx instead of yarn for stylelint
This commit is contained in:
parent
7ff1ad7c83
commit
450d4cdace
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lint-frontend.yaml
vendored
2
.github/workflows/lint-frontend.yaml
vendored
|
@ -30,7 +30,7 @@ jobs:
|
||||||
# See .stylelintignore for files that are not linted.
|
# See .stylelintignore for files that are not linted.
|
||||||
- name: Run stylelint
|
- name: Run stylelint
|
||||||
run: >
|
run: >
|
||||||
yarn stylelint bookwyrm/static/**/*.css \
|
npx stylelint bookwyrm/static/**/*.css \
|
||||||
--report-needless-disables \
|
--report-needless-disables \
|
||||||
--report-invalid-scope-disables
|
--report-invalid-scope-disables
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue