Skip to content

Merge pull request #449 from byllyfish/deps #5

Merge pull request #449 from byllyfish/deps

Merge pull request #449 from byllyfish/deps #5

Workflow file for this run

name: spellcheck
on:
push:
branches: [ "*" ]
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: streetsidesoftware/cspell-action@v2
with:
files: |
**/*.{py,md}
strict: false
incremental_files_only: false
inline: none # just log misspelled words; no warnings