Skip to content

Bump hugo-bin from 0.123.3 to 0.124.0 #476

Bump hugo-bin from 0.123.3 to 0.124.0

Bump hugo-bin from 0.123.3 to 0.124.0 #476

Workflow file for this run

name: "Check spelling"
on:
pull_request:
branches-ignore:
- "dependabot/**"
permissions: # added using https://github.com/step-security/secure-workflows
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
with:
persist-credentials: false
- uses: streetsidesoftware/cspell-action@v6
with:
check_dot_files: false
incremental_files_only: true
inline: warning
strict: false