From 3f9e279cf7c1930885621399758f14809c7a9076 Mon Sep 17 00:00:00 2001 From: nightwing Date: Thu, 18 Apr 2024 17:07:48 +0400 Subject: [PATCH] update ci script --- .github/workflows/nodejs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 2eb07029b0b..1df5d7c2c86 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -53,9 +53,10 @@ jobs: fi # check types - run: npm run update-types + - run: git diff --exit-code ./ace*d.ts - run: node_modules/.bin/tsc --noImplicitAny --strict --noUnusedLocals --noImplicitReturns --noUnusedParameters --noImplicitThis ace.d.ts - run: npm run typecheck - - run: git diff --exit-code ./ace-modes.d.ts ./ace.d.ts + # upload to codecov - uses: codecov/codecov-action@v3 with: token: d8edca4b-8e97-41e5-b54e-34c7cf3b2d47