Skip to content

Document and enforce spelling policy #2

Document and enforce spelling policy

Document and enforce spelling policy #2

Workflow file for this run

# This is workflow for spell checking using PySpelling lib (https://pypi.org/project/pyspelling/)
name: Spellcheck
on:
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: igsekor/[email protected]
name: Spellcheck