Skip to content

Merge branch 'main' into mise_a_jour_readme #129

Merge branch 'main' into mise_a_jour_readme

Merge branch 'main' into mise_a_jour_readme #129

Workflow file for this run

name: Validate datasets.csv
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install dependencies
run: pip install requests
- name: Run main
run: python test.py