fix(ci): rename workflows; add golang ci lint

This commit is contained in:
2025-08-12 09:14:34 +02:00
parent 375c92edaf
commit 26e4986b7e
15 changed files with 441 additions and 870 deletions

13
.golangci.yaml Normal file
View File

@ -0,0 +1,13 @@
version: "2"
linters:
default: standard
enable:
- errname
- gosec
exclusions:
rules: []
warn-unused: true
run:
tests: true