Skip to content

Commit

Permalink
Fix JSON schema validation action name
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper committed Apr 18, 2024
1 parent 6db1e46 commit 5fef935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-json-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'people.json'

jobs:
validate-json:
validate-json-schema:
runs-on: ubuntu-latest
steps:
- name: Checkout this repository
Expand Down

0 comments on commit 5fef935

Please sign in to comment.