Skip to content

build(deps): Bump actions/setup-python from 5.1.1 to 5.2.0 (#31) #162

build(deps): Bump actions/setup-python from 5.1.1 to 5.2.0 (#31)

build(deps): Bump actions/setup-python from 5.1.1 to 5.2.0 (#31) #162

Workflow file for this run

name: "Validations"
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
verify-json-schem:
name: "Verify json schema"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
with:
python-version: '3.12'
- name: "Install check-jsonschema"
run: pip install check-jsonschema
- name: "Verify overrides json schema"
run: check-jsonschema --schemafile schema/overrides.schema.json data/**/*.json