Skip to content

refactor: AI_POLICY/CONTRIBUTING back to root; allowlist updated (PyA… #27

refactor: AI_POLICY/CONTRIBUTING back to root; allowlist updated (PyA…

refactor: AI_POLICY/CONTRIBUTING back to root; allowlist updated (PyA… #27

Workflow file for this run

name: validate
on:
push:
branches: [main]
pull_request:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- run: pip install pytest
- run: make validate
- run: make test