Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat: add CLICommand aggregate for handling CLI command events #23

feat: add CLICommand aggregate for handling CLI command events

feat: add CLICommand aggregate for handling CLI command events #23

Workflow file for this run

name: Docs Lint
on:
push:
branches: ["main"]
pull_request:
jobs:
doc-lint:
name: Documentation Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.13"
- name: Install tooling
run: |
python -m pip install --upgrade pip
pip install pydocstyle
- name: Run pydocstyle
run: pydocstyle src tests