Update .github/workflows/validate-json-schema.yml

This commit is contained in:
Lawrence Gripper
2025-01-31 13:03:06 +00:00
committed by GitHub
parent ed70f8ac46
commit 4c5acc8cde

View File

@@ -9,7 +9,7 @@ on:
- main
jobs:
validate-json:
validate-json-schema:
runs-on: ubuntu-latest
steps:
- name: Checkout repository