Fixes spacing
This commit is contained in:
parent
954e914638
commit
cfc1302b23
|
@ -27,7 +27,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: >
|
||||||
npx stylelint bookwyrm/static/css/*.css \
|
npx stylelint bookwyrm/static/css/*.css \
|
||||||
--config dev-tools/.stylelintrc.js
|
--config dev-tools/.stylelintrc.js
|
||||||
|
|
||||||
# See .eslintignore for files that are not linted.
|
# See .eslintignore for files that are not linted.
|
||||||
|
|
Loading…
Reference in New Issue