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 fd3467d commit ba75946Copy full SHA for ba75946
.github/workflows/ci.yml
@@ -27,6 +27,8 @@ jobs:
27
run: npm run build:types
28
- name: Test Types
29
run: npm run test:types
30
+ - name: Lint Types
31
+ run: npm run lint:types
32
check-docs:
33
name: Check Docs
34
timeout-minutes: 5
0 commit comments