Skip to content

dev: instruct Claude to use the Makefile #14

dev: instruct Claude to use the Makefile

dev: instruct Claude to use the Makefile #14

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
- run: make check