-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathfooter-status.html
More file actions
41 lines (40 loc) · 2.1 KB
/
Copy pathfooter-status.html
File metadata and controls
41 lines (40 loc) · 2.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<br><table id="footer" class="sortable">
<tr>
<th>Repository</th>
<th>Build</th>
</tr>
<tr>
<td><a href="https://github.com/scijava/incubator">scijava/incubator</a></td>
<td class="badge"><a href="https://github.com/scijava/incubator/actions"><img src="https://github.com/scijava/incubator/actions/workflows/build.yml/badge.svg"></a></td>
</tr>
<tr>
<td><a href="https://github.com/imagej/list-of-update-sites">imagej/list-of-update-sites</a></td>
<td class="badge"><a href="https://github.com/imagej/list-of-update-sites/actions"><img src="https://github.com/imagej/list-of-update-sites/actions/workflows/deploy.yml/badge.svg"></a></td>
</tr>
<tr>
<td><a href="https://github.com/imagej/tutorials">imagej/tutorials</a></td>
<td class="badge"><a href="https://github.com/imagej/tutorials/actions"><img src="https://github.com/imagej/tutorials/actions/workflows/build-main.yml/badge.svg"></a></td>
</tr>
<tr>
<td><a href="https://github.com/fiji/fiji-builds">fiji/fiji-builds</a></td>
<td class="badge"><a href="https://github.com/fiji/fiji-builds/actions"><img src="https://github.com/fiji/fiji-builds/actions/workflows/build.yml/badge.svg"></a></td>
</tr>
<tr>
<td><a href="https://github.com/scijava/jgo">scijava/jgo</a></td>
<td class="badge"><a href="https://github.com/scijava/jgo/actions"><img src="https://github.com/scijava/jgo/actions/workflows/build.yml/badge.svg"></a></td>
</tr>
<tr>
<td><a href="https://github.com/scijava/scyjava">scijava/scyjava</a></td>
<td class="badge"><a href="https://github.com/scijava/scyjava/actions"><img src="https://github.com/scijava/scyjava/actions/workflows/build.yml/badge.svg"></a></td>
</tr>
<tr>
<td><a href="https://github.com/imglib/imglyb">imglib/imglyb</a></td>
<td class="badge"><a href="https://github.com/imglib/imglyb/actions"><img src="https://github.com/imglib/imglyb/actions/workflows/build.yml/badge.svg"></a></td>
</tr>
<tr>
<td><a href="https://github.com/imagej/pyimagej">imagej/pyimagej</a></td>
<td class="badge"><a href="https://github.com/imagej/pyimagej/actions"><img src="https://github.com/imagej/pyimagej/actions/workflows/build.yml/badge.svg"></a></td>
</tr>
</table>
<hr>
👍