Skip to content

Commit 81602d3

Browse files
committed
fix workdir
1 parent 8a0cbfa commit 81602d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stylelint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
- name: Install dependencies
4545
run: cd ./playwright && npm ci
4646
- name: Stylelint
47-
uses: reviewdog/action-stylelint@dd2b435cc6a7c82705307a9dee740c9bbaa10411 # v1.30.2
48-
workdir: ./preview
47+
uses: reviewdog/action-stylelint@v1.30.2
4948
with:
49+
workdir: ./preview
5050
reporter: github-pr-review # Change reporter.
5151
stylelint_input: '**/*.css'

0 commit comments

Comments
 (0)