Skip to content

Year sorting

Year sorting #96

Workflow file for this run

name: Validate Race JSON
on: [pull_request]
jobs:
validate-github-actions-workflows:
name: Validate GitHub Actions workflows
runs-on: ubuntu-latest
steps:
- name: Ajv validate JSON(s)
uses: vanekj/validate-json-action@v1.0.0
with:
schema: public/schema/races.schema.json
pattern: public/data/races/*.json
use_ajv_formats: "true"
show_result_in_summary: "true"