Skip to content

build(deps): bump is-stream from 3.0.0 to 4.0.1 (#286) #1035

build(deps): bump is-stream from 3.0.0 to 4.0.1 (#286)

build(deps): bump is-stream from 3.0.0 to 4.0.1 (#286) #1035

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