Skip to content

Merge pull request #1103 from laststance/dependabot/npm_and_yarn/type… #4

Merge pull request #1103 from laststance/dependabot/npm_and_yarn/type…

Merge pull request #1103 from laststance/dependabot/npm_and_yarn/type… #4

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: ./.github/actions/prepare
- run: pnpm typecheck