Skip to content

Merge pull request #20 from tisnik/integration-tests-on-ci #11

Merge pull request #20 from tisnik/integration-tests-on-ci

Merge pull request #20 from tisnik/integration-tests-on-ci #11

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 .