1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-01 06:56:29 +00:00
Files
rke/scripts/validate
Sebastiaan van Steenis 9c711e669c Use golangci-lint v0.40.1
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