Skip to content

refactor env to verify on boot #317

refactor env to verify on boot

refactor env to verify on boot #317

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