Skip to content

Commit e5cb5de

Browse files
committed
CI: generate badges.json as part of status refresh
1 parent febba1f commit e5cb5de

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/status.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/sh
22
uv tool install "git+https://github.com/scijava/pombast.git
33
pombast status .
4-
pombast team . --html team.html
5-
.github/publish.sh "Update status reports" index.html team.html
4+
pombast badges -o badges.json .
5+
pombast team .
6+
.github/publish.sh "Update status reports" index.html badges.json team.html

0 commit comments

Comments
 (0)