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 09e1796 commit c5db959
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/json-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,12 @@ name: Check JSON Schema

jobs:
json-schema:
runs-on: ubuntu-latest
name: JSON Schema Check
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
steps:
name: check-docs
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

0 comments on commit c5db959

Please sign in to comment.