Files
actions-sync/script/lint

11 lines
145 B
Plaintext
Raw Permalink Normal View History

2020-07-02 19:36:10 +01:00
#!/usr/bin/env bash
set -o errexit
set -o nounset
test -z "${DEBUG:-}" || {
set -x
}
_tools/bin/golangci-lint run --config .golangci.yaml