Skip to content

Recent scope and rule changes #4

Recent scope and rule changes

Recent scope and rule changes #4

Workflow file for this run

name: site test
on:
pull_request:
permissions:
contents: write
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
cache: 'pip'
- run: pip install -r requirements.txt
- name: test site
run: mkdocs build