Skip to content

build(deps): bump nanoid in the npm_and_yarn group across 1 directory #11

build(deps): bump nanoid in the npm_and_yarn group across 1 directory

build(deps): bump nanoid in the npm_and_yarn group across 1 directory #11

Workflow file for this run

name: 'Check spelling'
on: # rebuild any PRs and main branch changes
pull_request:
branches-ignore:
- "dependabot/**"
push:
permissions:
contents: read
jobs:
spellcheck:
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v6
with:
inline: warning # default
incremental_files_only: true # default
strict: false