Skip to content

Bump github/super-linter from 5 to 6 #466

Bump github/super-linter from 5 to 6

Bump github/super-linter from 5 to 6 #466

Workflow file for this run

name: "Check spelling"
on:
pull_request:
branches-ignore:
- "dependabot/**"
permissions: # added using https://github.com/step-security/secure-workflows
contents: read
jobs:
spellcheck:
permissions:
contents: read # for streetsidesoftware/cspell-action to fetch files for commit
pull-requests: read # for streetsidesoftware/cspell-action to fetch commits for PR
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: streetsidesoftware/cspell-action@v6
with:
check_dot_files: false
incremental_files_only: true
inline: warning
strict: false