Skip to content

Commit 857dc3b

Browse files
committed
actions tidy
1 parent 2680a70 commit 857dc3b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

org-health.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
| --- | --- | --- | --- | --- | --- | --- | --- | --- |
55
| .github | - | - | yes | - | yes | yes | yes | ok |
66
| adaptive-conformance-specification | - | - | yes | yes | NO | yes | yes | ok |
7-
| adaptive-guide | - | - | NO | yes | NO | yes | yes | workflow failing: links.yml<br> -> https://github.com/adaptive-interfaces/adaptive-guide/actions |
7+
| adaptive-guide | - | - | NO | yes | NO | yes | yes | workflow failing: links.yml<br> -> <https://github.com/adaptive-interfaces/adaptive-guide/actions> |
88
| adaptive-onboarding | - | - | - | - | NO | yes | yes | ok |
99
| adaptive-sensor-testing | - | - | - | - | NO | yes | yes | ok |
1010
| adaptive-skill-lab | - | - | - | - | NO | yes | yes | ok |
1111
| adaptive-tool-discovery | - | - | yes | yes | NO | yes | yes | ok |
1212

13-
**6/7 repos clean**
13+
## 6/7 repos clean

src/adaptive_interfaces_github/checks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def analyse_repo(client: httpx.Client, repo: dict) -> RepoReport:
172172
actions_url = f"https://github.com/{ORG}/{name}/actions"
173173
for wf in report.workflows:
174174
if wf.status == "fail":
175-
report.issues.append(f"workflow failing: {wf.name}\n -> {actions_url}")
175+
report.issues.append(f"workflow failing: {wf.name}\n -> <{actions_url}>")
176176
if (
177177
name not in SKIP_THIN_CALLER
178178
and wf.status != "missing"
@@ -339,7 +339,7 @@ def f(label: str, r=r) -> str:
339339
clean = sum(1 for r in reports if not r.archived and not r.issues)
340340

341341
lines.append("")
342-
lines.append(f"**{clean}/{total} repos clean**")
342+
lines.append(f"## {clean}/{total} repos clean")
343343
lines.append("")
344344

345345
return "\n".join(lines)

0 commit comments

Comments
 (0)