good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 15a15233 authored by Anmol Sethi's avatar Anmol Sethi
Browse files

ci/fmt.sh: Cleanup

parent aa4d85f3
No related branches found
No related tags found
No related merge requests found
......@@ -21,11 +21,11 @@ main() {
stringer -type=opcode,MessageType,StatusCode -output=stringer.go
if [[ ${CI-} ]]; then
ensure_fmt
assert_no_changes
fi
}
ensure_fmt() {
assert_no_changes() {
if [[ $(git ls-files --other --modified --exclude-standard) ]]; then
git -c color.ui=always --no-pager diff
echo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment