We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92181dd commit 71be2efCopy full SHA for 71be2ef
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