Skip to content

Commit e5f0c84

Browse files
committed
chore: format check & lint earlier
1 parent 48cab3c commit e5f0c84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717
node-version: 'lts/*'
1818
cache: 'npm'
1919
- run: npm ci
20+
- run: npm run format-check
21+
- run: npm run lint
22+
working-directory: ./packages/jsondiffpatch
2023
- run: npm run build
2124
working-directory: ./packages/jsondiffpatch
2225
- run: npm run test
2326
working-directory: ./packages/jsondiffpatch
24-
- run: npm run lint
25-
working-directory: ./packages/jsondiffpatch
26-
- run: npm run format-check
2727
- run: npm run start
2828
working-directory: ./demos/console-demo
2929
- run: npm run build

0 commit comments

Comments
 (0)