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 d2f4c27 commit b4b971a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/stylelint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,9 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install npm
uses: bahmutov/npm-install@v1
- name: Install stylelint
run: npm init stylelint
- name: Run stylelint
uses: reviewdog/action-stylelint@v1.29.0
run: npx stylelint **/*.scss

0 comments on commit b4b971a

Please sign in to comment.