Skip to content

Commit 77e223e

Browse files
committed
just run stylelint
1 parent 81602d3 commit 77e223e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/stylelint.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,4 @@ jobs:
4444
- name: Install dependencies
4545
run: cd ./playwright && npm ci
4646
- name: Stylelint
47-
uses: reviewdog/action-stylelint@v1.30.2
48-
with:
49-
workdir: ./preview
50-
reporter: github-pr-review # Change reporter.
51-
stylelint_input: '**/*.css'
47+
run: cd ./playwright && npx stylelint "**/*.css" --max-warnings=0

0 commit comments

Comments
 (0)