Skip to content

Add reference to Cloud Edition #456

Add reference to Cloud Edition

Add reference to Cloud Edition #456

Workflow file for this run

name: lint
"on":
pull_request:
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: zwaldowski/cspell-action@v1
with:
config: .cspell.json
paths: "**/*.md"