mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
Update Git SHA messagre
This commit is contained in:
parent
25c742dc69
commit
f8bd7902d9
1 changed files with 1 additions and 1 deletions
|
@ -57,4 +57,4 @@ def test_ensure_valid_version_yml(workflow_dir):
|
|||
for tool, version in software_versions.items():
|
||||
assert re.match(
|
||||
r"^\d.*|^[a-f0-9]{40}$", str(version)
|
||||
), f"Version number for {tool} must start with a number, or be a Git SHA. "
|
||||
), f"Version number for {tool} must start with a number, or be a Git SHA commit id. "
|
||||
|
|
Loading…
Reference in a new issue