Skip to content

chore(gh-actions-deps): update github/codeql-action action to v3.28.5… #944

chore(gh-actions-deps): update github/codeql-action action to v3.28.5…

chore(gh-actions-deps): update github/codeql-action action to v3.28.5… #944

Workflow file for this run

---
name: Test docs
on:
push:
branches: [main]
merge_group:
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
test-docs:
uses: ./.github/workflows/_reusable-test-docs.yml
with:
node-version: 20 # The node version needs to stay in sync with .readthedocs.yml
python-version: pyproject.toml
tox-env-array: '["docs", "doctests"]'