Skip to content

Commit

Permalink
Extra section for JSON schema check
Browse files Browse the repository at this point in the history
Co-authored-by: Axel Huebl <[email protected]>
  • Loading branch information
franzpoeschel and ax3l authored Aug 17, 2023
1 parent e866604 commit 7a5fee0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,8 @@ jobs:
cmake --build build --parallel 2
ctest --test-dir build --output-on-failure
- name: Schema Check
run: |
python3 -m pip install jsonschema
cd share/openPMD/json_schema
PATH="../../../build/bin:$PATH" make -j 2
Expand Down

0 comments on commit 7a5fee0

Please sign in to comment.