Skip to content

fix:「型エイリアスvsインターフェス」→「型エイリアスvsインターフェース」 #593

fix:「型エイリアスvsインターフェス」→「型エイリアスvsインターフェース」

fix:「型エイリアスvsインターフェス」→「型エイリアスvsインターフェース」 #593

Workflow file for this run

name: tsc
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
tsc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 18
- run: yarn --frozen-lockfile
- run: yarn typecheck