Skip to content

chore(deps-dev): bump eslint-plugin-mocha from 10.2.0 to 10.3.0 (#3086) #513

chore(deps-dev): bump eslint-plugin-mocha from 10.2.0 to 10.3.0 (#3086)

chore(deps-dev): bump eslint-plugin-mocha from 10.2.0 to 10.3.0 (#3086) #513

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@v5
with:
inline: warning
strict: false
incremental_files_only: true