Skip to content

Bump django-markdownify from 0.9.5 to 0.9.6 #3529

Bump django-markdownify from 0.9.5 to 0.9.6

Bump django-markdownify from 0.9.5 to 0.9.6 #3529

Workflow file for this run

name: build-and-test
on: [push]
jobs:
build:
runs-on: ubuntu-24.04
strategy:
matrix:
python-version: [3.12]
steps:
- uses: actions/checkout@v6
- name: Flake8
run: make flake8
- name: Test
run: make test