Skip to content

chore: migrate to @earendil-works/pi-tui #28

chore: migrate to @earendil-works/pi-tui

chore: migrate to @earendil-works/pi-tui #28

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
check:
runs-on: ubuntu-latest
permissions:
contents: read
strategy:
fail-fast: false
matrix:
node-version: ["20.20.1", "22.22.1"]
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: "1.3.5"
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: bun install --frozen-lockfile
- run: bun run repair:realm
- run: bun run check