Skip to content

Bump mdformat-frontmatter from 0.4.1 to 2.0.8 (#41) #149

Bump mdformat-frontmatter from 0.4.1 to 2.0.8 (#41)

Bump mdformat-frontmatter from 0.4.1 to 2.0.8 (#41) #149

Workflow file for this run

name: Lint
on: [ push, pull_request ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Black
uses: psf/black@stable
- name: Set up Python environment
uses: actions/setup-python@v5
with:
python-version: "3.9"