Skip to content

Bump mkdocs-material from 9.5.20 to 9.5.34 #212

Bump mkdocs-material from 9.5.20 to 9.5.34

Bump mkdocs-material from 9.5.20 to 9.5.34 #212

Workflow file for this run

name: Lint
on:
pull_request:
types:
- "opened"
- "synchronize"
push:
branches:
- "master"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "--check --diff --color --verbose"
src: "."