Skip to content

Commit

Permalink
Fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
francbartoli committed Feb 19, 2024
1 parent bfb0a10 commit 4fd8d86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
- name: Run Spectral
uses: stoplightio/spectral-action@latest
with:
file_glob: 'pygeoapi-openapi.json'
spectral_ruleset: '.spectral.yaml'
file_glob: "pygeoapi-openapi.json"
spectral_ruleset: ".spectral.yaml"
3 changes: 2 additions & 1 deletion .spectral.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
extends: ["https://unpkg.com/@stoplight/spectral-owasp-ruleset/dist/ruleset.mjs"]
extends:
["https://unpkg.com/@stoplight/spectral-owasp-ruleset/dist/ruleset.mjs"]

0 comments on commit 4fd8d86

Please sign in to comment.