1
0
mirror of https://github.com/rancher/rke.git synced 2025-06-20 04:34:31 +00:00
rke/scripts/validate

10 lines
112 B
Plaintext
Raw Normal View History

2017-10-26 00:02:49 +00:00
#!/bin/bash
set -e
cd $(dirname $0)/..
echo Running validation
2021-06-06 07:16:44 +00:00
echo Running: golangci-lint
golangci-lint run