Skip to content

npm install cubing@v0.49.0 #18

npm install cubing@v0.49.0

npm install cubing@v0.49.0 #18

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
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
- run: make build
- run: make clean