From 450d4cdace3f0b039882bb6674ebd8b03adfe031 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Tue, 15 Feb 2022 12:39:14 -0800 Subject: [PATCH] Try using npx instead of yarn for stylelint --- .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 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