Skip to content

Commit 9d70fc4

Browse files
committed
Update mod-release.yaml
1 parent 6bcf798 commit 9d70fc4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/mod-release.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,14 @@ jobs:
8686
steps:
8787
- uses: actions/checkout@v4
8888
- name: Validate JSON and YAML files
89-
uses: GrantBirki/[email protected]
89+
uses: GrantBirki/json-yaml-validate@v3
90+
with:
91+
exclude_file: |
92+
build/**
93+
.gradle/**
94+
.idea/**
95+
run/**
96+
runs/**
9097
9198
tag_and_release:
9299
needs: [tests]

0 commit comments

Comments
 (0)