hugo

Fork of github.com/gohugoio/hugo with reverse pagination support

git clone git://git.shimmy1996.com/hugo.git

spellcheck.yml (422B)

    1 name: 'Check spelling'
    2 on: # rebuild any PRs and main branch changes
    3   push:
    4     branches-ignore:
    5       - "dependabot/**"
    6   pull_request:
    7 
    8 jobs:
    9   spellcheck:
   10     runs-on: ubuntu-latest
   11     steps:
   12       - uses: actions/checkout@v2
   13       - uses: streetsidesoftware/cspell-action@3bc52c39528d0214a947ff7f8b5c23ad3273435b
   14         with:
   15           inline: warning
   16           strict: false
   17           incremental_files_only: true