Skip to content

Update workflows (matching conventions from cubing.js). #2

Update workflows (matching conventions from cubing.js).

Update workflows (matching conventions from cubing.js). #2

Workflow file for this run

name: CI
on: [pull_request, push]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: make build
- run: make lint