Skip to content

Merge pull request #159 from ipfs-cluster/release-v1.1.1 #143

Merge pull request #159 from ipfs-cluster/release-v1.1.1

Merge pull request #159 from ipfs-cluster/release-v1.1.1 #143

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