Skip to content

Bump markupsafe from 2.1.2 to 2.1.3 #390

Bump markupsafe from 2.1.2 to 2.1.3

Bump markupsafe from 2.1.2 to 2.1.3 #390

Workflow file for this run

name: autofix.ci
on:
pull_request:
push:
branches: [ "main" ]
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version-file: .github/python-version.txt
- run: pip install -r requirements-dev.txt
- run: pip install --no-deps -e .
- run: ruff --fix-only .
- run: black .
- run: git checkout test/testdata/ pdoc/markdown2/
- run: test/test_snapshot.py
- uses: mhils/add-pr-ref-in-changelog@main
- uses: autofix-ci/action@8bc06253bec489732e5f9c52884c7cace15c0160