Skip to content

Merge pull request #16 from DaleStudy/chore/update-match-history-2026… #14

Merge pull request #16 from DaleStudy/chore/update-match-history-2026…

Merge pull request #16 from DaleStudy/chore/update-match-history-2026… #14

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup Bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install
- name: Type check
run: bun run typecheck
- name: Lint & Format check
run: bun run lint
- name: Run tests
run: bun test