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