Skip to content

Commit

Permalink
Use GitHub deprecated formatter for stylelint (#987)
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 authored Oct 13, 2024
1 parent e0556bf commit c80953c
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 c80953c

Please sign in to comment.