Skip to content

Bump hugo-bin from 0.111.1 to 0.111.3 #786

Bump hugo-bin from 0.111.1 to 0.111.3

Bump hugo-bin from 0.111.1 to 0.111.3 #786

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: 16
permissions:
contents: read
jobs:
spellcheck: # run the action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
- uses: streetsidesoftware/cspell-action@v2
with:
inline: warning
strict: false
incremental_files_only: true