Skip to content

Commit

Permalink
Add Java OpenAPI client up-to-date validation (#1870)
Browse files Browse the repository at this point in the history
Parallels Python validation, but simpler as all files are generated.
  • Loading branch information
arielshaqed authored May 4, 2021
1 parent 851f02a commit 7c22cd5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,11 @@ validate-client-python:
git diff --quiet -- clients/python/lakefs_client/model
git diff --quiet -- clients/python/.openapi-generator/FILES

checks-validator: lint validate-fmt validate-proto validate-client-python ## Run all validation/linting steps
validate-client-java:
git diff --quiet -- clients/java

# Run all validation/linting steps
checks-validator: lint validate-fmt validate-proto validate-client-python validate-client-java

$(UI_DIR)/node_modules:
cd $(UI_DIR) && $(NPM) install
Expand Down

0 comments on commit 7c22cd5

Please sign in to comment.