Add all source files for CI to work
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
2026-03-22 21:22:47 +00:00
parent 6032d2d44c
commit 77f7ae4cbf

View File

@@ -51,7 +51,7 @@ def validate(spec_file: str, fmt: Optional[str]):
click.echo(f" - {error}", err=True)
sys.exit(1)
else:
click.echo(" Specification is valid!")
click.echo("\u2713 Specification is valid!")
click.echo(f" Paths: {len(spec.get('paths', {}))}")
click.echo(f" Schemas: {len(spec.get('components', {}).get('schemas', {}))}")