Skip to content

Commit

Permalink
ci: Fix stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticBoozer committed Oct 11, 2024
1 parent 2188563 commit 66b65fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stylelint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- name: Install stylelint
run: npm init stylelint
- name: Run stylelint
run: npx stylelint **/*.scss
run: npx stylelint "**/*.scss" --config .stylelintrc.json

0 comments on commit 66b65fe

Please sign in to comment.