Skip to content

Update cubingcontests.com links. #87

Update cubingcontests.com links.

Update cubingcontests.com links. #87

Workflow file for this run

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