Skip to content

Commit

Permalink
Fix typo, remove old action
Browse files Browse the repository at this point in the history
This is replaced with the validator
  • Loading branch information
LordRalex committed Aug 3, 2024
1 parent 2cd474d commit 8b3cdaa
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,9 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: json-syntax-check
uses: limitusus/json-syntax-check@v1
with:
pattern: "\\.json$*"

- name: json-yaml-validate
uses: GrantBirki/[email protected]
with:
json_schema: ./spec.json
json_schema_version: draft-2020-12
exclude_file: exclude.yxy
exclude_file: exclude.txt

0 comments on commit 8b3cdaa

Please sign in to comment.