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 ea5057b commit 88be749Copy full SHA for 88be749
.github/workflows/unit-test.yml
@@ -9,3 +9,6 @@ on:
9
jobs:
10
unit-test:
11
uses: sxzz/workflows/.github/workflows/unit-test.yml@v1
12
+ with:
13
+ typecheck: ''
14
+ test: pnpm run typecheck && pnpm run test
0 commit comments