Skip to content

chore: change commit hash #182

chore: change commit hash

chore: change commit hash #182

Workflow file for this run

name: ADJ Validator
on:
push:
pull_request:
jobs:
validate-adj:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.13"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install jsonschema
- name: Run ADJ validation
run: |
python3 .github/workflows/scripts/adj-tester/main.py