Skip to content

build(deps): bump sphinx-rtd-theme from 1.3.0 to 2.0.0 #29

build(deps): bump sphinx-rtd-theme from 1.3.0 to 2.0.0

build(deps): bump sphinx-rtd-theme from 1.3.0 to 2.0.0 #29

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: Install dependencies
run: pip install ruff
- name: Lint
run: |
ruff --version
ruff format --check .
ruff check .