Skip to content

docs: fix flowchart mermaidjs syntax #35

docs: fix flowchart mermaidjs syntax

docs: fix flowchart mermaidjs syntax #35

Workflow file for this run

name: shellcheck
on:
push:
branches:
- "**"
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: run shellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -e SC2086
with:
severity: warning
check_together: "yes"