Skip to content

chore(deps): bump streetsidesoftware/cspell-action from 9.0.1 to 9.1.0 #56

chore(deps): bump streetsidesoftware/cspell-action from 9.0.1 to 9.1.0

chore(deps): bump streetsidesoftware/cspell-action from 9.0.1 to 9.1.0 #56

Workflow file for this run

name: "Check spelling"
on: pull_request
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false # since the next step does not need it
- uses: streetsidesoftware/cspell-action@6f3c77c1406bc930f944ba97e9801a22e42caf58 # v9.1.0
with:
config: "cspell.json"
incremental_files_only: true