Skip to content

Commit eb2daaf

Browse files
committed
fix yaml syntax
1 parent e4d6c1e commit eb2daaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
- if: steps.node-cache.outputs.cache-hit != 'true'
170170
run: exit 1
171171

172-
- run: npm run pretty -- --no-write
172+
- run: npm run pretty -- --no-write
173173

174174
- run: npm run pretty -- --no-write --list-different
175175

0 commit comments

Comments
 (0)