mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-05 04:56:11 +00:00
6 lines
121 B
Bash
Executable File
6 lines
121 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
go mod tidy
|
|
go run github.com/golangci/golangci-lint/cmd/golangci-lint run ./... --fix --timeout=10m
|