Skip to content

ci: version bump to v0.3.9 #92

ci: version bump to v0.3.9

ci: version bump to v0.3.9 #92

Workflow file for this run

name: Type Check
on:
- push
- workflow_dispatch
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
submodules: true
- name: NPM Install
run: npm install
- name: Run Type Checker
run: npm run test:ts