Skip to content

chore: align to latest Way conventions #38

chore: align to latest Way conventions

chore: align to latest Way conventions #38

Workflow file for this run

name: CI
on:
pull_request:
branches:
- "*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Build
run: ./tools/mage build