We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77e223e commit 9fb37f8Copy full SHA for 9fb37f8
.github/workflows/stylelint.yml
@@ -44,4 +44,4 @@ jobs:
44
- name: Install dependencies
45
run: cd ./playwright && npm ci
46
- name: Stylelint
47
- run: cd ./playwright && npx stylelint "**/*.css" --max-warnings=0
+ run: cd ./preview && npx stylelint "**/*.css" --max-warnings=0
0 commit comments