We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30447a3 commit f4e61e5Copy full SHA for f4e61e5
ci/fmt.sh
@@ -18,3 +18,7 @@ npx prettier@3.0.3 \
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