Skip to content

Bump actions/checkout from 5 to 6 #87

Bump actions/checkout from 5 to 6

Bump actions/checkout from 5 to 6 #87

Workflow file for this run

name: Test Pull Request
on:
pull_request:
types: [opened, reopened]
branches: [ main ]
permissions:
contents: write
jobs:
test-pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: 3.x
- run: pip install -r requirements.txt
- run: mkdocs build --clean -s