Skip to content

Upload latest version #576

Upload latest version

Upload latest version #576

Workflow file for this run

name: Spell Check
on: [push, pull_request]
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Spell Check All (w/ Codespell)
uses: arduino/actions/libraries/spell-check@master
with:
ignore-words-list: etc/codespell-ignore-words-list.txt
#skip-paths: src/lib #not necessary since submodules are not pulled in
- name: Spell Check Python (w/ PySpelling)
uses: rojopolis/[email protected]
with:
task_name: Python