Files
actions-sync/script/lint
Florian Wagner a824e38f4f fix bootstrap and lint script
Signed-off-by: GitHub <noreply@github.com>
2022-04-25 04:27:33 +00:00

11 lines
134 B
Bash
Executable File

#!/usr/bin/env bash
set -o errexit
set -o nounset
test -z "${DEBUG:-}" || {
set -x
}
golangci-lint run --config .golangci.yaml