-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: ClemensLinnhoff <[email protected]>
- Loading branch information
1 parent
7a749cf
commit 310547a
Showing
1 changed file
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,15 +17,21 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v1 | ||
|
||
- name: Validate "asset" JSON schemas | ||
- name: Validate asset JSON schemas | ||
uses: nhalstead/[email protected] | ||
with: | ||
schema: ./schemas/asset_schema.json | ||
jsons: ./examples/*.xoma | ||
|
||
- name: Validate "material" JSON schemas | ||
- name: Validate material JSON schemas | ||
uses: nhalstead/[email protected] | ||
with: | ||
schema: ./schemas/material_schema.json | ||
jsons: ./examples/*.xomp | ||
|
||
- name: Validate electromagnetic material properties JSON schemas | ||
uses: nhalstead/[email protected] | ||
with: | ||
schema: ./schemas/material_emp_schema.json | ||
jsons: ./examples/*_emp.xomlt | ||
|