diff --git a/.github/workflows/lint-frontend.yaml b/.github/workflows/lint-frontend.yaml index 346a7ac8..7041c48b 100644 --- a/.github/workflows/lint-frontend.yaml +++ b/.github/workflows/lint-frontend.yaml @@ -27,7 +27,7 @@ jobs: # See .stylelintignore for files that are not linted. - name: Run stylelint run: > - npx stylelint bookwyrm/static/css/*.css \ + npx stylelint bookwyrm/static/css/*.css \ --config dev-tools/.stylelintrc.js # See .eslintignore for files that are not linted.