Skip to content

fix(operator): guard Codex release compatibility #220

fix(operator): guard Codex release compatibility

fix(operator): guard Codex release compatibility #220

Workflow file for this run

name: typecheck
on:
push:
branches: [dev]
pull_request:
branches: [dev]
workflow_dispatch:
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Setup Bun
uses: ./.github/actions/setup-bun
- name: Run typecheck
run: bun typecheck