Skip to content

chore: show error toast on import failure #24

chore: show error toast on import failure

chore: show error toast on import failure #24

Workflow file for this run

name: Check
on:
push:
branches:
- main
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: './.nvmrc'
- name: install dependencies
run: yarn install
- name: lint
run: yarn lint
- name: typecheck
run: yarn typecheck