Skip to content
This repository was archived by the owner on Jun 6, 2026. It is now read-only.

feat: verify Luxembourg Guichet source URLs and update titles (#39) #36

feat: verify Luxembourg Guichet source URLs and update titles (#39)

feat: verify Luxembourg Guichet source URLs and update titles (#39) #36

Workflow file for this run

name: Validate workflow data
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
validate:
name: Validate data and schemas
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.12"
- name: Install dependencies
run: pip install -r requirements.txt
- name: Validate workflow data
run: python scripts/validate.py
- name: Export JSON
run: python scripts/export_json.py