Skip to content

Bump sphinxcontrib-mermaid from 0.9.2 to 1.0.0 #2688

Bump sphinxcontrib-mermaid from 0.9.2 to 1.0.0

Bump sphinxcontrib-mermaid from 0.9.2 to 1.0.0 #2688

Workflow file for this run

name: wps
on:
pull_request:
branches:
- master
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
permissions:
contents: read
pull-requests: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: wemake-services/wemake-python-styleguide@master
with:
reporter: 'github-pr-review'
env:
GITHUB_TOKEN: ${{ secrets.github_token }}