We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f97c5e commit 8e6a41aCopy full SHA for 8e6a41a
.github/workflows/validate-projects.yml
@@ -23,7 +23,7 @@ jobs:
23
find ./_projects -name "*.md" -exec bash -c "./yq --front-matter=extract {} > {}.yaml " \;
24
- name: json-yaml-validate
25
id: json-yaml-validate
26
- uses: GrantBirki/json-yaml-validate@v3.3.2
+ uses: GrantBirki/json-yaml-validate@v4.0.0
27
with:
28
comment: true
29
use_gitignore: false
0 commit comments