Skip to content

chore: 🔧 expand exclude patterns in tsconfig.json to include a… #7

chore: 🔧 expand exclude patterns in tsconfig.json to include a…

chore: 🔧 expand exclude patterns in tsconfig.json to include a… #7

Workflow file for this run

name: Type-check
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/prepare
- run: npm run type-check