Skip to content

spellcheck fix (?)

spellcheck fix (?) #1

# https://github.com/marketplace/actions/github-spellcheck
# https://github.com/igsekor/pyspelling-any
# This is workflow for spell checking using PySpelling lib (https://pypi.org/project/pyspelling/)
name: Spellcheck
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: igsekor/[email protected]
name: Spellcheck