Skip to content
Snippets Groups Projects

Resolve "Add mandatory input and output docs to workflow requirements"

Merged Daniel Göbel requested to merge feature/23-add-mandatory-docs into development
2 files
+ 16
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
1
@@ -67,7 +67,9 @@ async def check_repo(repo: GitRepository, client: AsyncClient) -> None:
Http client with an open connection. Dependency Injection.
"""
await repo.check_files_exist(
["README.md", "CHANGELOG.md", "main.nf", "nextflow_schema.json"], client=client, raise_error=True
["README.md", "CHANGELOG.md", "main.nf", "nextflow_schema.json", "docs/usage.md", "docs/output.md"],
client=client,
raise_error=True,
)
Loading