Co-authored-by: Francesco Renzi <[email protected]> Co-authored-by: Nikola Jokic <[email protected]>
9 lines
96 B
Bash
Executable File
9 lines
96 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -eEuo pipefail
|
|
|
|
golangci-lint run ./...
|
|
|
|
go tool deadcode -test ./...
|
|
|