Skip to content

Spotlight the chrome during the overture walkthrough #550

Spotlight the chrome during the overture walkthrough

Spotlight the chrome during the overture walkthrough #550

Workflow file for this run

name: typecheck
on:
push:
branches: [local/amicode]
pull_request:
workflow_dispatch:
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Setup Bun
uses: ./.github/actions/setup-bun
- name: Run typecheck
run: bun typecheck