mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-03-06 03:32:13 +00:00
5 lines
136 B
Bash
Executable File
5 lines
136 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
go run github.com/golangci/golangci-lint/cmd/golangci-lint run ./... --modules-download-mode=readonly --timeout=10m
|