We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b78a3e3 commit bdb4c78Copy full SHA for bdb4c78
.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