Skip to content

Bump pre-commit from 3.3.2 to 3.3.3 #2370

Bump pre-commit from 3.3.2 to 3.3.3

Bump pre-commit from 3.3.2 to 3.3.3 #2370

Workflow file for this run

name: doc_build
on:
push:
branches:
- main
pull_request:
jobs:
lint:
name: html + linkcheck build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up latest Python
uses: actions/setup-python@v4
with:
python-version: "*"
- name: Install latest pip, setuptools + tox
run: |
python -m pip install --upgrade pip setuptools tox
- name: Install base bandersnatch requirements
run: |
python -m pip install -r requirements.txt
python -m pip install -r requirements_test.txt
- name: Run doc_build via tox
env:
TOXENV: doc_build
run: |
python test_runner.py