Skip to content

Upgrade to TypeScript 7.0.2 #57

Upgrade to TypeScript 7.0.2

Upgrade to TypeScript 7.0.2 #57

Workflow file for this run

name: CI
on:
pull_request:
merge_group:
workflow_call:
env:
FORCE_COLOR: 3
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v7
- uses: ./.github/setup
- run: bun run build
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v7
- uses: ./.github/setup
- run: bun run lint
format:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v7
- uses: ./.github/setup
- run: bun run format