Updates stylelint command

This commit is contained in:
Mouse Reeve 2022-02-16 13:14:48 -08:00
parent 6f90c80494
commit c1853e03ab

View file

@ -27,9 +27,8 @@ jobs:
# See .stylelintignore for files that are not linted.
- name: Run stylelint
run: >
npx stylelint bookwyrm/static/**/*.css \
--report-needless-disables \
--report-invalid-scope-disables
npx stylelint bookwyrm/static/css/*.css \
--config dev-tools/.stylelintrc.js
# See .eslintignore for files that are not linted.
- name: Run ESLint