Skip to content

Commit

Permalink
[uss_qualifier] Fix schema generation logic (#356)
Browse files Browse the repository at this point in the history
Fix schema generation logic
  • Loading branch information
BenjaminPelletier authored Nov 23, 2023
1 parent 9aade3c commit b32d925
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ lint: shell-lint python-lint
cd schemas && make lint

.PHONY: check-hygiene
check-hygiene: python-lint hygiene validate-uss-qualifier-docs shell-lint
check-hygiene: python-lint hygiene validate-uss-qualifier-docs shell-lint json-schema-lint

.PHONY: python-lint
python-lint:
Expand Down
1 change: 1 addition & 0 deletions schemas/manage_type_schemas.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ action=${1:?The action must be specified as --check or --generate}
# shellcheck disable=SC2086
docker run --name type_schema_manager \
--rm \
-u "$(id -u):$(id -g)" \
-v "$(pwd):/app" \
interuss/monitoring \
python /app/schemas/manage_type_schemas.py "${action}"

0 comments on commit b32d925

Please sign in to comment.