cli/scripts/lint

8 lines
87 B
Bash
Executable File

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