Skip to content

bun add -- 'cubing@>=0.63.0' (roll) #76

bun add -- 'cubing@>=0.63.0' (roll)

bun add -- 'cubing@>=0.63.0' (roll) #76

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- run: make setup
- run: make build
- run: make clean
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- run: make setup
- run: make lint-biome
- run: make lint-tsc
- run: make clean