Skip to content

chore(deps): bump super-linter/super-linter from 8.4.0 to 8.5.0 in the github-actions group #581

chore(deps): bump super-linter/super-linter from 8.4.0 to 8.5.0 in the github-actions group

chore(deps): bump super-linter/super-linter from 8.4.0 to 8.5.0 in the github-actions group #581

Workflow file for this run

---
name: 'Check spelling'
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
spellcheck:
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- uses: streetsidesoftware/cspell-action@d5d910b521ad408f1e7383c24609079f5a88bdca # v8.2.0
with:
check_dot_files: false
incremental_files_only: true
inline: warning
suggestions: true