Skip to content

Bump pymdown-extensions from 10.7 to 10.8.1 #179

Bump pymdown-extensions from 10.7 to 10.8.1

Bump pymdown-extensions from 10.7 to 10.8.1 #179

Workflow file for this run

name: Test Python Project
on:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: test-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ "3.10", "3.11", "3.12" ]
steps:
- uses: actions/checkout@v4
- name: Test
uses: eshwen/adrenaline/[email protected]
with:
python-version: ${{ matrix.python-version }}
pkg-name: 'my_project/'
args: '--cov-report xml'
- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true