Skip to content

Commit 8b4d2ef

Browse files
authored
👷 Fix Stylelint issue
1 parent e40e7ee commit 8b4d2ef

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,5 @@ jobs:
3030
- uses: actions/setup-node@v6
3131
with:
3232
node-version: "lts/*"
33-
- uses: actions-hub/stylelint@master
34-
env:
35-
PATTERN: "assets/css/input.css"
33+
- run: npm install
34+
- run: npx stylelint "assets/css/input.css"

0 commit comments

Comments
 (0)