Skip to content

docs: Add AWS Service Account setup documentation #61

docs: Add AWS Service Account setup documentation

docs: Add AWS Service Account setup documentation #61

Workflow file for this run

name: 'check spelling'
on: # rebuild any PRs and main branch changes
pull_request:
jobs:
spellcheck: # run the action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
name: checkout
- uses: streetsidesoftware/cspell-action@v6
name: spell check
with:
files: |
docs/**/*.md
*.md
config: .cspell.yaml