Commit d924f89

Anton Medvedev <anton@medv.io>
2022-06-28 00:13:10
ADd types workflow
1 parent a0c9ed7
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