Skip to content

Commit

Permalink
Change step names.
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Ralf <[email protected]>
  • Loading branch information
nakohdo committed Aug 1, 2024
1 parent a29f474 commit 8cd42fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate-json.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
steps:
- uses: actions/checkout@v1

- name: Validate "asset" JSONs
- name: Validate "asset" JSON schemas
uses: nhalstead/[email protected]
with:
schema: ./schemas/asset_schema.json
jsons: ./examples/*_asset.xoma

- name: Validate "material" JSONs
- name: Validate "material" JSON schemas
uses: nhalstead/[email protected]
with:
schema: ./schemas/material_schema.json
Expand Down

0 comments on commit 8cd42fd

Please sign in to comment.