Skip to content

Update dependency eslint-import-resolver-typescript to v3.6.0 #1241

Update dependency eslint-import-resolver-typescript to v3.6.0

Update dependency eslint-import-resolver-typescript to v3.6.0 #1241

Workflow file for this run

name: Typecheck
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2-beta
with:
node-version: '18.16.0'
- run: yarn install
- run: yarn typecheck