We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eddf079 commit 6cbaa5cCopy full SHA for 6cbaa5c
1 file changed
README.md
@@ -28,7 +28,7 @@ jobs:
28
fi
29
- name: Validate workflows
30
if: steps.check-for-changed-workflows.outputs.any_changed == 'true'
31
- uses: dsanders11/json-schema-validate-action@v1.4.0
+ uses: dsanders11/json-schema-validate-action@v2.0.0
32
with:
33
schema: https://json.schemastore.org/github-workflow.json
34
files: .github/workflows/**.yml
@@ -47,7 +47,7 @@ jobs:
47
runs-on: ubuntu-latest
48
steps:
49
- name: Validate config with custom errors
50
51
52
schema: ./config.schema.json
53
files: ./config/*.yml
0 commit comments