mirror of
https://github.com/rancher/rke.git
synced 2025-04-27 11:21:08 +00:00
10 lines
112 B
Bash
Executable File
10 lines
112 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
cd $(dirname $0)/..
|
|
|
|
echo Running validation
|
|
|
|
echo Running: golangci-lint
|
|
golangci-lint run
|