Skip to content

Bump mkdocs-material from 9.5.3 to 9.5.6 #193

Bump mkdocs-material from 9.5.3 to 9.5.6

Bump mkdocs-material from 9.5.3 to 9.5.6 #193

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: "."