Skip to content

Merge pull request #67 from htmlhint/dependabot/github_actions/depend… #142

Merge pull request #67 from htmlhint/dependabot/github_actions/depend…

Merge pull request #67 from htmlhint/dependabot/github_actions/depend… #142

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