Skip to content

Bump pymdown-extensions from 10.14.3 to 10.16.1 #41

Bump pymdown-extensions from 10.14.3 to 10.16.1

Bump pymdown-extensions from 10.14.3 to 10.16.1 #41

Workflow file for this run

name: Unit tests
on:
pull_request:
branches:
- "*"
push:
branches:
- main
jobs:
run:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
- uses: ./.github/actions/install-env
with:
python-version: ${{ matrix.python-version }}
- run: poetry run pytest