Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
github: fix lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
adil192 committed May 19, 2024
1 parent 945e7e5 commit de27603
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 @@ -51,7 +51,7 @@ jobs:

- name: Run stylelint
run: npx stylelint src/**/*.scss
--custom-formatter=node_modules/stylelint-sarif-formatter
--custom-formatter=node_modules/stylelint-sarif-formatter/index.js
-o stylelint-results.sarif
continue-on-error: true

Expand Down

0 comments on commit de27603

Please sign in to comment.