We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc54eb7 commit 9c24fadCopy full SHA for 9c24fad
.github/workflows/format-check.yml
@@ -30,6 +30,7 @@ jobs:
30
else
31
@error "Some files have not been formatted !!!"
32
write(stdout, out)
33
+ run(`git diff`)
34
exit(1)
35
end
36
'
0 commit comments