Skip to content

Bump actions/dependency-review-action from 3 to 4 (#245) #134

Bump actions/dependency-review-action from 3 to 4 (#245)

Bump actions/dependency-review-action from 3 to 4 (#245) #134

Workflow file for this run

name: "Check spelling"
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
spellcheck:
permissions:
contents: read # for streetsidesoftware/cspell-action to fetch files for commit
pull-requests: read # for streetsidesoftware/cspell-action to fetch commits for PR
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v5
with:
check_dot_files: false
incremental_files_only: true
inline: warning
strict: false