Skip to content

Add initial daily‑log CSV and news‑scan template #1

Add initial daily‑log CSV and news‑scan template

Add initial daily‑log CSV and news‑scan template #1

Workflow file for this run

name: "Validate CSV"
on:
push:
paths:
- "daily-log.csv"
pull_request:
paths:
- "daily-log.csv"
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.x"
- name: Validate CSV
run: python3 scripts/validate_csv.py