Skip to content

Commit

Permalink
Spellcheck ci (#6)
Browse files Browse the repository at this point in the history
* add spellcheck ci

* Fix spell error
  • Loading branch information
designer2k2 committed Nov 18, 2023
1 parent 34003b0 commit 746e0e2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .github/workflows/spell-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Spell Check

on:
- push
- pull_request

jobs:
spellcheck:
runs-on: ubuntu-latest

steps:
- name: Checkout
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:
ignore_words_list: als
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ alt="DIY XMAS TREE" width="560" height="315" border="10" /></a>

1. Solder WS2812 led rings power and ground with magnet wire, tree shaped.
2. Solder every output with the input from the next ring.
3. Programm Digispark using Arduino IDE.
3. Program Digispark using Arduino IDE.
4. Connect power and ground to Digispark.
5. Connect the first input to Digispark pin 1.
6. Connect Digispark to powersource.
Expand Down

0 comments on commit 746e0e2

Please sign in to comment.