Skip to content

[TKG-31849] Removed reference to AWS and made applicable to >2.3 #1494

[TKG-31849] Removed reference to AWS and made applicable to >2.3

[TKG-31849] Removed reference to AWS and made applicable to >2.3 #1494

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: '.'