Skip to content

Commit

Permalink
Quiet warnings on the lint step
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan committed Oct 15, 2024
1 parent 4b984f1 commit 6670bcb
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 @@ -108,4 +108,4 @@ jobs:
if: steps.changed-files.outputs.any_changed == 'true'
run: |
npm ci
npx stylelint ${{ steps.changed-files.outputs.all_changed_files }} --custom-formatter=stylelint-actions-formatters
npx stylelint --rd -q ${{ steps.changed-files.outputs.all_changed_files }} --custom-formatter=stylelint-actions-formatters

0 comments on commit 6670bcb

Please sign in to comment.