Commit d924f89
Changed files (1)
.github
workflows
.github/workflows/check.yml
@@ -19,3 +19,10 @@ jobs:
- uses: actions/checkout@v3
- run: npm i
- run: npm run fmt:check
+
+ types:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v3
+ - run: npm i
+ - run: npm run tsd