Skip to content

noop

noop #21

Workflow file for this run

name: Vet
on:
push:
jobs:
vet:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
- run: make vet
- run: make test