diff --git a/.conform.yaml b/.conform.yaml index e38703f3..58738709 100644 --- a/.conform.yaml +++ b/.conform.yaml @@ -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