chore: setup CI

This commit is contained in:
Romain Bertrand 2025-12-08 09:56:54 +01:00
parent 5b67d39aba
commit 36891e06f4
3 changed files with 98 additions and 0 deletions

13
.golangci.yml Normal file
View file

@ -0,0 +1,13 @@
version: "2"
run:
timeout: 5m
tests: true
linters:
enable:
- errcheck
- govet
- ineffassign
- staticcheck
- unused