Skip to content

Commit

Permalink
chore(ci): show git status when dirty working tree (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrynhard authored Oct 8, 2018
1 parent 4a6cc1c commit 7d19c82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .conform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ script:
# Check if working tree is clean.
if [[ "{{ .Git.IsClean }}" != "true" ]]; then
echo "The working tree is dirty."
git status
exit 1
fi
Expand Down

0 comments on commit 7d19c82

Please sign in to comment.