Files
avo/script/lint

9 lines
183 B
Plaintext
Raw Normal View History

2018-11-30 21:47:10 -08:00
#!/bin/bash -ex
# Ensure the repository is clean after code generation.
./script/generate
test -z "$(git status --porcelain)"
2018-12-05 00:49:12 -08:00
# Run suite of golangci-lint checks.
golangci-lint run