fix: resolve CI/CD workflow issues
All checks were successful
CI / test (push) Successful in 9m30s
CI / lint (push) Successful in 9m25s
CI / build (push) Successful in 14s

This commit is contained in:
2026-01-31 07:35:54 +00:00
parent 96004e6a8e
commit 3791b4a10f

View File

@@ -74,7 +74,7 @@ class TestCLIDoc:
def test_doc_writes_to_file(self):
with runner.isolated_filesystem():
schema_content = '{"title": "Test", "type": "object", "properties": {}}'
schema_content = '''{"title": "Test", "type": "object", "properties": {}}'''
with open("schema.json", "w") as f:
f.write(schema_content)