diff --git a/.github/workflows/lint-css.yml b/.github/workflows/lint-css.yml index cf44264ae..debb8f1d3 100644 --- a/.github/workflows/lint-css.yml +++ b/.github/workflows/lint-css.yml @@ -40,7 +40,7 @@ jobs: run: npm ci - name: Stylelint - run: npx stylelint "**/*.css" --custom-formatter=node_modules/stylelint-actions-formatters + run: stylelint "**/*.css" --custom-formatter=stylelint-actions-formatters - name: Prettier run: npx prettier --check "**/*.css"