1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-04 16:30:02 +00:00
Files
rke/scripts/validate

10 lines
112 B
Plaintext
Raw Normal View History

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