We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61ff520 commit cd44c2aCopy full SHA for cd44c2a
1 file changed
.github/workflows/ci.yml
@@ -39,12 +39,12 @@ jobs:
39
- name: Install
40
run: pnpm install --frozen-lockfile
41
42
- - name: Typecheck
43
- run: pnpm typecheck
44
-
45
- name: Test
46
run: pnpm test
47
+ - name: Typecheck
+ run: pnpm typecheck
+
48
- name: Audit (non-blocking)
49
continue-on-error: true
50
run: pnpm audit --audit-level high
0 commit comments