Skip to content

docs: link top picks sources #9

docs: link top picks sources

docs: link top picks sources #9

Workflow file for this run

name: Validate
on:
pull_request:
push:
branches:
- main
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -e ".[dev]"
- name: Validate repo data
run: python scripts/validate_repos_yaml.py
- name: Run tests
run: pytest -q
- name: Run mock eval scenarios
run: python scripts/run_mock_eval_scenarios.py