Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Add support for ArduinoCore-renesas. #56

Add support for ArduinoCore-renesas.

Add support for ArduinoCore-renesas. #56

Workflow file for this run

name: Spell Check
on:
- pull_request
- push
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
# See: https://github.com/codespell-project/actions-codespell/blob/master/README.md
- name: Spell check
uses: codespell-project/actions-codespell@master
with:
check_filenames: true
check_hidden: true
skip: ./.git,./extras/test/external,./src/lib
ignore_words_file: extras/codespell-ignore-words-list.txt