From cfc1302b2399f9e3ded818746aa8fb1f88062c4a Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Wed, 16 Feb 2022 17:53:03 -0800 Subject: [PATCH] Fixes spacing --- .github/workflows/lint-frontend.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-frontend.yaml b/.github/workflows/lint-frontend.yaml index 346a7ac83..7041c48b6 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.