Skip to content

Commit 666be6d

Browse files
committed
[CI] Fix codespell issues
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 840f472 commit 666be6d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/Continuous-Integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
steps:
3838
- uses: actions/checkout@master
3939
- uses: arduino/actions/libraries/spell-check@master
40-
# with:
41-
# ignore-words-list: "./extras/codespell-ignore-words-list.txt"
40+
with:
41+
ignore-words-list: "./extras/codespell-ignore-words-list.txt"
4242
lib_build:
4343
runs-on: ubuntu-latest
4444
name: Library compilation

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ higher than idle mode.
6464
* **deep sleep mode**: medium latency (ms range), clocks are gated to reduced. Memories
6565
and voltage supplies are retained. If supported, Peripherals wake-up is possible (UART, I2C ...).
6666

67-
* **shutdown mode**: high wake-up latency (posible hundereds of ms or second
67+
* **shutdown mode**: high wake-up latency (possible hundereds of ms or second
6868
timeframe), voltage supplies are cut except always-on domain, memory content
6969
are lost and system basically reboots.
7070

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
hsi

0 commit comments

Comments
 (0)