Skip to content

Commit

Permalink
Update json.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <zoey@z0ey.de>
  • Loading branch information
Zoey2936 authored Apr 18, 2024
1 parent 26bd28b commit 2eaa54f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
- name: json-syntax-check
uses: limitusus/json-syntax-check@v2
with:
pattern: "\\.json"
pattern: "\\.json\\.?$"
- name: mcmeta-syntax-check
uses: limitusus/json-syntax-check@v2
with:
pattern: "^pack.mcmeta$"
pattern: "pack.mcmeta$"

0 comments on commit 2eaa54f

Please sign in to comment.