Skip to content

Add flake8-docstrings linting rules for documentation using ruff PR #227 #1584

Add flake8-docstrings linting rules for documentation using ruff PR #227

Add flake8-docstrings linting rules for documentation using ruff PR #227 #1584

Workflow file for this run

name: Documentation
on:
push:
branches: [main]
tags: ["*"]
pull_request:
# Check all PR
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: setup Python
uses: actions/setup-python@v4
with:
python-version: "3.12"
- name: install tests dependencies
run: python -m pip install tox
- name: build documentation
run: tox -e docs