Skip to content

chore(validate/gin): make linters happy #149

chore(validate/gin): make linters happy

chore(validate/gin): make linters happy #149

Workflow file for this run

name: test
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
test:
name: test
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.21' ]
steps:
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- uses: actions/checkout@v4
- name: test
run: go test -race -v ./...