Skip to content

Commit 49c4f98

Browse files
Merge pull request #21 from Geode-solutions/feat_missing_files
Feat missing files
2 parents fbc08e5 + 427b86d commit 49c4f98

File tree

13 files changed

+640
-203
lines changed

13 files changed

+640
-203
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
tests/data/test.og_img2d filter=lfs diff=lfs merge=lfs -text
2+
tests/data/test.vti filter=lfs diff=lfs merge=lfs -text

.github/workflows/prepare_pr.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Prepare PR
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- next
7+
8+
jobs:
9+
prepare:
10+
uses: Geode-solutions/actions/.github/workflows/py-prepare-pr.yml@master
11+
secrets: inherit

0 commit comments

Comments
 (0)