Skip to content

Commit 9fb37f8

Browse files
committed
fix dir
1 parent 77e223e commit 9fb37f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stylelint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
- name: Install dependencies
4545
run: cd ./playwright && npm ci
4646
- name: Stylelint
47-
run: cd ./playwright && npx stylelint "**/*.css" --max-warnings=0
47+
run: cd ./preview && npx stylelint "**/*.css" --max-warnings=0

0 commit comments

Comments
 (0)