Skip to content

Edit ci

Edit ci #8

Workflow file for this run

---
name: ci
on:
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- name: Build project
run: make build