Skip to content

Commit 3f9e279

Browse files
committed
update ci script
1 parent a6df107 commit 3f9e279

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,10 @@ jobs:
5353
fi
5454
# check types
5555
- run: npm run update-types
56+
- run: git diff --exit-code ./ace*d.ts
5657
- run: node_modules/.bin/tsc --noImplicitAny --strict --noUnusedLocals --noImplicitReturns --noUnusedParameters --noImplicitThis ace.d.ts
5758
- run: npm run typecheck
58-
- run: git diff --exit-code ./ace-modes.d.ts ./ace.d.ts
59+
# upload to codecov
5960
- uses: codecov/codecov-action@v3
6061
with:
6162
token: d8edca4b-8e97-41e5-b54e-34c7cf3b2d47

0 commit comments

Comments
 (0)