Skip to content

Bump hugo-bin from 0.124.0 to 0.125.0 #1002

Bump hugo-bin from 0.124.0 to 0.125.0

Bump hugo-bin from 0.124.0 to 0.125.0 #1002

Workflow file for this run

name: "Check spelling"
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches-ignore:
- "dependabot/**"
env:
FORCE_COLOR: 2
NODE: 18
permissions:
contents: read
jobs:
spellcheck: # run the action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: streetsidesoftware/cspell-action@v6
with:
inline: warning
incremental_files_only: true