format docs YAML

This commit is contained in:
Sean Killeen 2022-10-07 21:42:39 -04:00
parent a22158b2e2
commit 44f463c4f4
1 changed files with 4 additions and 4 deletions

View File

@ -5,15 +5,15 @@ on:
branches: branches:
- develop - develop
paths: paths:
- "packages/mermaid/src/docs/**/*" - 'packages/mermaid/src/docs/**/*'
pull_request: pull_request:
branches: branches:
- develop - develop
paths: paths:
- "packages/mermaid/src/docs/**/*" - 'packages/mermaid/src/docs/**/*'
jobs: jobs:
spellcheck: spellcheck:
name: "Docs: Spellcheck" name: 'Docs: Spellcheck'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
@ -21,7 +21,7 @@ jobs:
- uses: actions/setup-node@v1 - uses: actions/setup-node@v1
name: Setup node name: Setup node
with: with:
node-version: "16" node-version: '16'
- run: npm install -g cspell - run: npm install -g cspell
name: Install cSpell name: Install cSpell
- run: cspell --config ./cSpell.json "packages/mermaid/src/docs/**/*.md" --no-progress - run: cspell --config ./cSpell.json "packages/mermaid/src/docs/**/*.md" --no-progress