We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b2d95 commit e624558Copy full SHA for e624558
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.3.0
+ uses: dsanders11/json-schema-validate-action@v1.4.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