Skip to content

fix(ci): use heredoc in sync-upstream open-issue step to fix YAML val… #25

fix(ci): use heredoc in sync-upstream open-issue step to fix YAML val…

fix(ci): use heredoc in sync-upstream open-issue step to fix YAML val… #25

Workflow file for this run

name: typecheck
on:
push:
branches: [fork/local]
pull_request:
branches: [fork/local]
workflow_dispatch:
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- name: Setup Bun
uses: ./.github/actions/setup-bun
- name: Run typecheck
run: bun typecheck