Skip to content

Commit 7a5fee0

Browse files
franzpoeschelax3l
andauthored
Extra section for JSON schema check
Co-authored-by: Axel Huebl <[email protected]>
1 parent e866604 commit 7a5fee0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,8 @@ jobs:
253253
cmake --build build --parallel 2
254254
ctest --test-dir build --output-on-failure
255255
256+
- name: Schema Check
257+
run: |
256258
python3 -m pip install jsonschema
257259
cd share/openPMD/json_schema
258260
PATH="../../../build/bin:$PATH" make -j 2

0 commit comments

Comments
 (0)