Skip to content

Bump pymdown-extensions from 10.0 to 10.1 #124

Bump pymdown-extensions from 10.0 to 10.1

Bump pymdown-extensions from 10.0 to 10.1 #124

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
main:
runs-on: ${{ matrix.os }}
env:
SKIP: poetry-lock,poetry-export
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ["3.10"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Set up pre-commit
uses: pre-commit/[email protected]
- uses: pre-commit-ci/[email protected]
if: always()