Skip to content

Refactor attributes and improve argument parsing #15

Refactor attributes and improve argument parsing

Refactor attributes and improve argument parsing #15

Workflow file for this run

name: Test
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.9'
cache: 'pip'
- run: pip install -r dev.txt
- run: black --check .
- run: pylint doxygentoasciidoc
- run: pytest