Skip to content

Bump mermaid from 10.9.1 to 10.9.3 #137

Bump mermaid from 10.9.1 to 10.9.3

Bump mermaid from 10.9.1 to 10.9.3 #137

Workflow file for this run

name: "Spelling"
on:
workflow_dispatch:
pull_request:
push:
branches:
- "main"
permissions:
contents: "read"
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
typos_check:
name: "Typos check"
runs-on: ubuntu-latest
timeout-minutes: 1
steps:
- uses: actions/checkout@v4
- uses: crate-ci/typos@master