Skip to content

add initial export of articles #1

add initial export of articles

add initial export of articles #1

Workflow file for this run

name: Validate Articles
on:
pull_request:
paths:
- "articles/**"
jobs:
validate:
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.12"
- name: Install dependencies
run: pip install -r requirements.txt
- name: Validate articles
run: python scripts/validate.py