Skip to content

chore: bump actions/checkout from 4.2.1 to 4.2.2 #358

chore: bump actions/checkout from 4.2.1 to 4.2.2

chore: bump actions/checkout from 4.2.1 to 4.2.2 #358

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.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