Skip to content

Commit 639b8ef

Browse files
committed
Add ngff-rfc5 coordinate transformation examples as submodule
at 8eb63f3
1 parent 4612451 commit 639b8ef

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828

2929
steps:
3030
- uses: actions/checkout@v5
31+
with:
32+
submodules: true
3133

3234
- name: Set up JDK
3335
uses: actions/setup-java@v4

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "testdata/ome/v0.6/examples"]
2+
path = testdata/ome/v0.6/examples
3+
url = https://github.com/jo-mueller/ngff-rfc5-coordinate-transformation-examples

testdata/ome/v0.6/examples

Submodule examples added at 8eb63f3

0 commit comments

Comments
 (0)