Skip to content

Commit 2dafdea

Browse files
committed
ci: enable type check and disable test-package
1 parent a6b48b4 commit 2dafdea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ jobs:
1010
nodejs:
1111
# Documentation: https://github.com/zakodium/workflows#nodejs-ci
1212
uses: zakodium/workflows/.github/workflows/nodejs.yml@nodejs-v1
13+
with:
14+
lint-check-types: true
15+
disable-test-package: true # Monorepo, root not publishable
16+

0 commit comments

Comments
 (0)