Skip to content

Commit

Permalink
run genjsonschema in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dmathieu committed Nov 20, 2024
1 parent cb6d2e4 commit 6a5ff57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ TIMEOUT = 60

.PHONY: precommit ci
precommit: generate toolchain-check license-check misspell go-mod-tidy golangci-lint-fix test-default
ci: generate toolchain-check license-check lint vanity-import-check build test-default check-clean-work-tree test-coverage
ci: generate genjsonschema toolchain-check license-check lint vanity-import-check build test-default check-clean-work-tree test-coverage

# Tools

Expand Down

0 comments on commit 6a5ff57

Please sign in to comment.