Skip to content

Update Web Bot Auth discovery description (#13) #15

Update Web Bot Auth discovery description (#13)

Update Web Bot Auth discovery description (#13) #15

Workflow file for this run

name: "Validate Metadata Examples"
on:
push:
branches:
- main
paths:
- draft-*.md
- schemas/**
- scripts/test-schema-string-anchors.py
- scripts/validate-metadata-examples.py
- .github/workflows/schemas.yml
pull_request:
branches:
- main
paths:
- draft-*.md
- schemas/**
- scripts/test-schema-string-anchors.py
- scripts/validate-metadata-examples.py
- .github/workflows/schemas.yml
jobs:
validate:
name: "Validate Metadata Examples"
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: "Checkout"
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
with:
persist-credentials: false
- name: "Setup Python"
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
with:
python-version: "3.13"
- name: "Install jsonschema"
run: python -m pip install --disable-pip-version-check 'jsonschema[format]==4.26.0'
- name: "Validate"
run: python scripts/validate-metadata-examples.py
- name: "Test schema string anchors"
run: python scripts/test-schema-string-anchors.py