Skip to content

Commit

Permalink
GitHub action actions-hub/stylelint does not support Node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
jon48 committed Nov 4, 2023
1 parent 959a4c8 commit 1bfd270
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/css-codestyle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- uses: actions-hub/stylelint@master
env:
PATTERN: "src/**/*.scss"
- uses: actions/setup-node@v4

- run: npm install stylelint stylelint-config-standard stylelint-config-sass-guidelines

- name: Run StyleLint
run: npx stylelint "src/**/*.scss"

0 comments on commit 1bfd270

Please sign in to comment.