Skip to content

Bump markdown-to-jsx from 7.2.0 to 7.5.0 #925

Bump markdown-to-jsx from 7.2.0 to 7.5.0

Bump markdown-to-jsx from 7.2.0 to 7.5.0 #925

Workflow file for this run

name: Run precommit
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected]
with:
python-version: "3.9"
- name: Install pre-commit
run: pip install pre-commit
- name: Lint using pre-commit
run: |
pre-commit run --all-files