Skip to content

Commit

Permalink
Update json.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored Apr 18, 2024
1 parent c611f47 commit 4d14a11
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 4d14a11

Please sign in to comment.