Skip to content

config: add api_version required for azure #21

config: add api_version required for azure

config: add api_version required for azure #21

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 .