Skip to content

Commit

Permalink
Fix workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAxthelm committed Aug 21, 2024
1 parent 0bb64f2 commit b2d23e0
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/json-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
runs-on: ubuntu-latest
name: JSON Schema Check
steps:
uses: RMI-PACTA/actions/actions/json-schema/render-docs/action.yml@json-schema
with:
input-files: 'inst/extdata/schema'
outputs: 'inst/extdata/schema'
output-format: html
- name: check-docs
uses: RMI-PACTA/actions/actions/json-schema/check-docs/action.yml@json-schema
with:
input-files: 'inst/extdata/schema'
outputs: 'inst/extdata/schema'
output-format: html

0 comments on commit b2d23e0

Please sign in to comment.