Skip to content

Add MkDoxy build workflow for all supported Python versions #35

Add MkDoxy build workflow for all supported Python versions

Add MkDoxy build workflow for all supported Python versions #35

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]