Skip to content

build(deps-dev): Bump pylint from 3.2.7 to 3.3.1 #261

build(deps-dev): Bump pylint from 3.2.7 to 3.3.1

build(deps-dev): Bump pylint from 3.2.7 to 3.3.1 #261

Workflow file for this run

name: docs
on:
pull_request:
branches: ['main']
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Setup python 3.13
uses: actions/setup-python@v5
with:
python-version: '3.13'
cache: 'pip'
- name: Install deps
run: pip install -r requirements-docs.txt
- name: Build docs
run: sphinx-build source apidocs -bhtml