We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9d84ab commit 23feb94Copy full SHA for 23feb94
Taskfile.yml
@@ -65,4 +65,4 @@ tasks:
65
desc: CI build and tests
66
cmds:
67
- task: build
68
- - if $(git diff --exit-code >> /dev/null); then echo "Diff in generated files and/or formatting" && exit 1; fi
+ - if [ -n "$(git status --porcelain)" ];then echo "Diff in generated files and/or formatting" && exit 1; fi
0 commit comments