Skip to content

chore: bump actions/setup-python from 5.2.0 to 5.3.0 #362

chore: bump actions/setup-python from 5.2.0 to 5.3.0

chore: bump actions/setup-python from 5.2.0 to 5.3.0 #362

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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: '3.12'
- name: "Install check-jsonschema"
run: pip install check-jsonschema
- name: "Verify enrichment record json schema"
run: check-jsonschema --schemafile schema/enrichment_record.schema.json data/**/**/*.json