Skip to content

Bump pymdown-extensions from 10.0 to 10.16.1 in /docs #7

Bump pymdown-extensions from 10.0 to 10.16.1 in /docs

Bump pymdown-extensions from 10.0 to 10.16.1 in /docs #7

name: Run Unittest on PR to main
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install dependencies
run: |
pip install .
- name: Run unittests
run: |
python3 -m unittest discover -s tests