Skip to content

Changes for release v1.1.1 #140

Changes for release v1.1.1

Changes for release v1.1.1 #140

Workflow file for this run

name: check-spelling
on: [push, pull_request]
jobs:
check-spelling:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: codespell-project/actions-codespell@master
with:
skip: ./.git,./layouts,./themes,./static
# uncomment this to make warning only - not failing the checks
# only_warn: 1