Skip to content

feat: add support for viewing mermaid in the browser (#181) #252

feat: add support for viewing mermaid in the browser (#181)

feat: add support for viewing mermaid in the browser (#181) #252

Workflow file for this run

name: Lint
on:
push:
branches:
- main
paths:
- '**.py'
pull_request:
branches:
- main
paths:
- '**.py'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: write
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
version: "~= 23.0" # https://black.readthedocs.io/en/stable/integrations/github_actions.html
options: ""
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Autoformat code using black