Skip to content

Merge pull request #43 from htmlhint/dependabot/github_actions/github… #91

Merge pull request #43 from htmlhint/dependabot/github_actions/github…

Merge pull request #43 from htmlhint/dependabot/github_actions/github… #91

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- uses: streetsidesoftware/cspell-action@76c6f6d52abd57f4bcab5f3fde1bbd4f19a99eb0 # v7.2.1
with:
check_dot_files: false
incremental_files_only: true
inline: warning
suggestions: true