We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6df107 commit 3f9e279Copy full SHA for 3f9e279
.github/workflows/nodejs.yml
@@ -53,9 +53,10 @@ jobs:
53
fi
54
# check types
55
- run: npm run update-types
56
+ - run: git diff --exit-code ./ace*d.ts
57
- run: node_modules/.bin/tsc --noImplicitAny --strict --noUnusedLocals --noImplicitReturns --noUnusedParameters --noImplicitThis ace.d.ts
58
- run: npm run typecheck
- - run: git diff --exit-code ./ace-modes.d.ts ./ace.d.ts
59
+ # upload to codecov
60
- uses: codecov/codecov-action@v3
61
with:
62
token: d8edca4b-8e97-41e5-b54e-34c7cf3b2d47
0 commit comments