Skip to content

make full use of autodoc such that cross referencing can find all targets #4

make full use of autodoc such that cross referencing can find all targets

make full use of autodoc such that cross referencing can find all targets #4

Workflow file for this run

name: Version_Checks
on:
pull_request:
branches: [master]
jobs:
version-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- name: Upgrade pip and install linters
run: |
python -m pip install --upgrade pip
python -m pip install packaging
- name: Check version number
run: python ./bin/check_version.py