Skip to content

Commit 3ba24d0

Browse files
committed
fix: correctly set paths_ignore
1 parent 993071e commit 3ba24d0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jobs:
2323
with:
2424
cancel_others: 'true'
2525
concurrent_skipping: same_content_newer
26-
paths_ignore:
27-
- '**/README.md'
26+
paths_ignore: '["**/README.md"]'
2827

2928
fmt:
3029
needs: [ skip_check ]

0 commit comments

Comments
 (0)