Skip to content

Bump regex from 2024.9.11 to 2024.11.6 (#307) #252

Bump regex from 2024.9.11 to 2024.11.6 (#307)

Bump regex from 2024.9.11 to 2024.11.6 (#307) #252

Workflow file for this run

name: Test Docs
on: push
jobs:
build:
runs-on: ubuntu-latest
name: Test Docs
steps:
- uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: 3.9
- run: make install-docs
- run: make test-docs