Skip to content

feat: upgrade sphinx theme version #2

feat: upgrade sphinx theme version

feat: upgrade sphinx theme version #2

Workflow file for this run

name: CI
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install dev requirements
run: pip install -r requirements_dev.txt
- name: Check black
run: black --check .