Skip to content

Bypass spatial search (#1627) #410

Bypass spatial search (#1627)

Bypass spatial search (#1627) #410

Workflow file for this run

---
name: Spell check
on:
pull_request:
branches: &branches
- 'develop'
- 'develop-1.8'
paths: &paths
- 'docs/**'
- '*.md'
- '*.rst'
- '.github/workflows/spellcheck.yaml'
push:
branches: *branches
paths: *paths
permissions: {}
# When a PR is updated, cancel the jobs from the previous version. Merges
# do not define head_ref, so use run_id to never cancel those jobs.
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
pyspellcheck:
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- uses: igsekor/pyspelling-any@44278deea34ea69d8f0d5179ac409c140b0a2f5a # v1.0.5
name: Spellcheck