Skip to content

Commit 5e57fd6

Browse files
committed
Commit to force CI
1 parent 045ef0e commit 5e57fd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ format: ## Format the code into unified format
156156
uv run black --line-length 88 src tests
157157
uv run ruff check src tests --fix
158158

159-
schema: ## Generate OpenAPI schema file
159+
schema: ## Generate OpenAPI schema file stored in docs subdirectory
160160
uv run scripts/generate_openapi_schema.py docs/openapi.json
161161

162162
openapi-doc: docs/openapi.json scripts/fix_openapi_doc.py ## Generate OpenAPI documentation

0 commit comments

Comments
 (0)