Skip to content

Commit

Permalink
Use GitHub deprecated formatter for stylelint
Browse files Browse the repository at this point in the history
This formatter has been deprecated, but the suggested alternative does
not work and seems unmaintained

Ref:
- xt0rted/stylelint-actions-formatters#187
- xt0rted/stylelint-problem-matcher#461
- xt0rted/stylelint-problem-matcher#592
  • Loading branch information
tagliala committed Oct 13, 2024
1 parent e0556bf commit 5c28a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ jobs:
run: pnpm install
- name: Run Stylelint
if: steps.changed-files.outputs.any_changed == 'true'
run: pnpm stylelint app/**/*.{scss,css}
run: pnpm stylelint app/**/*.{scss,css} --formatter=github

0 comments on commit 5c28a0f

Please sign in to comment.