good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit f4e61e5a authored by Anmol Sethi's avatar Anmol Sethi
Browse files

ci/fmt.sh: Error if changes on CI

parent 30447a3e
No related branches found
No related tags found
No related merge requests found
...@@ -18,3 +18,7 @@ npx prettier@3.0.3 \ ...@@ -18,3 +18,7 @@ npx prettier@3.0.3 \
$(git ls-files "*.yml" "*.md" "*.js" "*.css" "*.html") $(git ls-files "*.yml" "*.md" "*.js" "*.css" "*.html")
go run golang.org/x/tools/cmd/stringer@latest -type=opcode,MessageType,StatusCode -output=stringer.go go run golang.org/x/tools/cmd/stringer@latest -type=opcode,MessageType,StatusCode -output=stringer.go
if [ "${CI-}" ]; then
git diff --exit-code
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment