diff --git a/.github/workflows/lint-frontend.yaml b/.github/workflows/lint-frontend.yaml index 6cc721ed5..6e4f799d6 100644 --- a/.github/workflows/lint-frontend.yaml +++ b/.github/workflows/lint-frontend.yaml @@ -30,7 +30,7 @@ jobs: # See .stylelintignore for files that are not linted. - name: Run stylelint run: > - yarn stylelint bookwyrm/static/**/*.css \ + npx stylelint bookwyrm/static/**/*.css \ --report-needless-disables \ --report-invalid-scope-disables