Thanks to visit codestin.com Credit goes to github.com
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 30447a3 commit f4e61e5Copy full SHA for f4e61e5
ci/fmt.sh
@@ -18,3 +18,7 @@ npx [email protected] \
18
$(git ls-files "*.yml" "*.md" "*.js" "*.css" "*.html")
19
20
go run golang.org/x/tools/cmd/stringer@latest -type=opcode,MessageType,StatusCode -output=stringer.go
21
+
22
+if [ "${CI-}" ]; then
23
+ git diff --exit-code
24
+fi
0 commit comments