Skip to content

ci: version bump to v0.3.11 #97

ci: version bump to v0.3.11

ci: version bump to v0.3.11 #97

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