1
0
mirror of https://github.com/rancher/rke.git synced 2025-04-27 11:21:08 +00:00
rke/scripts/validate
2021-06-06 14:20:54 +02:00

10 lines
112 B
Bash
Executable File

#!/bin/bash
set -e
cd $(dirname $0)/..
echo Running validation
echo Running: golangci-lint
golangci-lint run