Skip to content

Commit 746e0e2

Browse files
authored
Spellcheck ci (#6)
* add spellcheck ci * Fix spell error
1 parent 34003b0 commit 746e0e2

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

.github/workflows/spell-check.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Spell Check
2+
3+
on:
4+
- push
5+
- pull_request
6+
7+
jobs:
8+
spellcheck:
9+
runs-on: ubuntu-latest
10+
11+
steps:
12+
- name: Checkout
13+
uses: actions/checkout@v3
14+
15+
# See: https://github.com/codespell-project/actions-codespell/blob/master/README.md
16+
- name: Spell check
17+
uses: codespell-project/actions-codespell@master
18+
with:
19+
ignore_words_list: als

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ alt="DIY XMAS TREE" width="560" height="315" border="10" /></a>
1414

1515
1. Solder WS2812 led rings power and ground with magnet wire, tree shaped.
1616
2. Solder every output with the input from the next ring.
17-
3. Programm Digispark using Arduino IDE.
17+
3. Program Digispark using Arduino IDE.
1818
4. Connect power and ground to Digispark.
1919
5. Connect the first input to Digispark pin 1.
2020
6. Connect Digispark to powersource.

0 commit comments

Comments
 (0)