Files
avo/script/lint
Michael McLoughlin 7ab57635f6 start a lint script
2018-11-30 21:47:10 -08:00

6 lines
127 B
Bash
Executable File

#!/bin/bash -ex
# Ensure the repository is clean after code generation.
./script/generate
test -z "$(git status --porcelain)"