Add scripts (#33)

* Add scripts

* Fix errors test
This commit is contained in:
Francesco Renzi
2025-11-27 13:05:42 +01:00
committed by GitHub
parent 60ce378d14
commit a2a8af97b6
7 changed files with 68 additions and 43 deletions
Executable
+8
View File
@@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -eEuo pipefail
golangci-lint run ./...
go tool deadcode -test ./...