Skip to content

Merge pull request #3029 from h5bp/dependabot/npm_and_yarn/eslint-8.50.0 #410

Merge pull request #3029 from h5bp/dependabot/npm_and_yarn/eslint-8.50.0

Merge pull request #3029 from h5bp/dependabot/npm_and_yarn/eslint-8.50.0 #410

Workflow file for this run

name: "Check spelling"
on: # rebuild any PRs and main branch changes
push:
branches-ignore:
- "dependabot/**"
pull_request:
permissions:
contents: read
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v3
with:
inline: warning
strict: false
incremental_files_only: true