Skip to content

adding concepts section to tpsm ref arch (#517) #1483

adding concepts section to tpsm ref arch (#517)

adding concepts section to tpsm ref arch (#517) #1483

Workflow file for this run

name: spell-check
on:
pull_request:
push:
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# https://github.com/streetsidesoftware/cspell-action
- uses: streetsidesoftware/cspell-action@v3
with:
incremental_files_only: true
config: '.'