Skip to content

Commit 6207386

Browse files
committed
use check instead of list-different
1 parent eb2daaf commit 6207386

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/check.yml

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

172-
- run: npm run pretty -- --no-write
173-
174-
- run: npm run pretty -- --no-write --list-different
172+
- run: npm run pretty -- --no-write --check
175173

176174
eslint:
177175
name: ESLint

0 commit comments

Comments
 (0)