We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bcf798 commit 9d70fc4Copy full SHA for 9d70fc4
.github/workflows/mod-release.yaml
@@ -86,7 +86,14 @@ jobs:
86
steps:
87
- uses: actions/checkout@v4
88
- name: Validate JSON and YAML files
89
- uses: GrantBirki/[email protected]
+ uses: GrantBirki/json-yaml-validate@v3
90
+ with:
91
+ exclude_file: |
92
+ build/**
93
+ .gradle/**
94
+ .idea/**
95
+ run/**
96
+ runs/**
97
98
tag_and_release:
99
needs: [tests]
0 commit comments