We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent febba1f commit e5cb5deCopy full SHA for e5cb5de
1 file changed
.github/status.sh
@@ -1,5 +1,6 @@
1
#!/bin/sh
2
uv tool install "git+https://github.com/scijava/pombast.git
3
pombast status .
4
-pombast team . --html team.html
5
-.github/publish.sh "Update status reports" index.html team.html
+pombast badges -o badges.json .
+pombast team .
6
+.github/publish.sh "Update status reports" index.html badges.json team.html
0 commit comments