Skip to content

Commit 23feb94

Browse files
author
itsdalmo
committed
Fix ci task
1 parent e9d84ab commit 23feb94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ tasks:
6565
desc: CI build and tests
6666
cmds:
6767
- task: build
68-
- if $(git diff --exit-code >> /dev/null); then echo "Diff in generated files and/or formatting" && exit 1; fi
68+
- if [ -n "$(git status --porcelain)" ];then echo "Diff in generated files and/or formatting" && exit 1; fi

0 commit comments

Comments
 (0)