We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c48901f commit 0599b04Copy full SHA for 0599b04
.github/workflows/type-check.yml
@@ -20,4 +20,4 @@ jobs:
20
run: npm ci
21
22
- name: Run type-check validation
23
- run: npm run type-check
+ run: npm run type-check --if-present
0 commit comments