Skip to content

add lint github action #3

add lint github action

add lint github action #3

Workflow file for this run

name: Typescript Type Check
on: [push]
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Setup Repo
uses: ./.github/actions/setup-repo
- name: Run tsc
run: yarn tsc