Skip to content

Bump the dependencies group with 3 updates #122

Bump the dependencies group with 3 updates

Bump the dependencies group with 3 updates #122

Workflow file for this run

name: 'Check spelling'
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
spellcheck:
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
persist-credentials: false
- uses: streetsidesoftware/cspell-action@e5a858a18b7e0b56e0342b1dcad796308b7341a2 # v8.1.1
with:
check_dot_files: false
incremental_files_only: true
inline: warning
suggestions: true