Skip to content

Bicop EMPC fix for UNO #572

Bicop EMPC fix for UNO

Bicop EMPC fix for UNO #572

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@v4
- name: Spell Check All (w/ Codespell)
uses: codespell-project/actions-codespell@master
with:
only_warn: 1
ignore_words_file: ./etc/codespell-ignore-words-list.txt
skip: ./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