Skip to content

chore: add generated profiling artifacts to .gitignore #4

chore: add generated profiling artifacts to .gitignore

chore: add generated profiling artifacts to .gitignore #4

Workflow file for this run

name: Validate
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Install uv
uses: astral-sh/setup-uv@v5
- name: Check skill interface consistency
run: python3 scripts/check_skills.py
- name: Check documentation counts
run: python3 scripts/check_counts.py
- name: Check cuda-samples link validity
run: uv run scripts/check_links.py