We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81602d3 commit 77e223eCopy full SHA for 77e223e
.github/workflows/stylelint.yml
@@ -44,8 +44,4 @@ jobs:
44
- name: Install dependencies
45
run: cd ./playwright && npm ci
46
- 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'
+ run: cd ./playwright && npx stylelint "**/*.css" --max-warnings=0
0 commit comments