main
 1name: CI
 2on:
 3  push:
 4    branches: [ "main" ]
 5  pull_request:
 6    branches: [ "main" ]
 7jobs:
 8  build:
 9    runs-on: ubuntu-latest
10    steps:
11    - uses: actions/checkout@v3
12    - uses: actions/setup-go@v3
13      with:
14        go-version: 1.24
15    - run: make test