Files
avo/script/lint

6 lines
127 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)"