Skip to content

Unit tests on CI

Unit tests on CI #7

Workflow file for this run

name: Pydocstyle
on: [push, pull_request]
jobs:
pydocstyle:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Pydocstyle install
run: pip install --user pydocstyle
- name: Python docstring checks
run: pydocstyle -v .