This repository has been archived by the owner on May 1, 2024. It is now read-only.
Added the sketch demo.ino to vscode JSONs #43
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Spell Check | |
# See: https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows | |
on: | |
push: | |
pull_request: | |
schedule: | |
# Run every Monday at 8 AM UTC to catch new misspelling detections resulting from dictionary updates. | |
- cron: "0 8 * * MON" | |
workflow_dispatch: | |
repository_dispatch: | |
jobs: | |
spellcheck: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v3 | |
- name: Spell check | |
uses: codespell-project/actions-codespell@master | |
with: | |
uri_ignore_words_list: sience |