Skip to content

init: initial commit #23

init: initial commit

init: initial commit #23

Workflow file for this run

name: ci
on: [pull_request, push]
jobs:
check:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: build
run: make $(brew --prefix llvm@18)/bin/clang
- name: run
run: ./bin/can -V