You've already forked ArduinoLowPower
mirror of
https://github.com/arduino-libraries/ArduinoLowPower.git
synced 2025-11-07 04:46:23 +03:00
Add CI workflow to check for commonly misspelled words
On every push, pull request, and periodically, use the codespell-project/actions-codespell action to check for commonly misspelled words. In the event of a false positive, the problematic word should be added, in all lowercase, to the ignore-words-list field of ./.codespellrc. Regardless of the case of the word in the false positive, it must be in all lowercase in the ignore list. The ignore list is comma-separated with no spaces.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
# Arduino Low Power library
|
||||
|
||||
[](https://github.com/arduino-libraries/ArduinoLowPower/actions/workflows/spell-check.yml)
|
||||
|
||||
This library allows the use of the low power features of the SAMD21 MCU. This means your battery powered projects will have a longer battery life on boards like [MKRZero](https://store.arduino.cc/usa/arduino-mkrzero), [MKR1000](https://www.arduino.cc/en/Main/ArduinoMKR1000) and [MKRFox1200](https://www.arduino.cc/en/Main/ArduinoBoardMKRFox1200).
|
||||
|
||||
For more information about this library please visit us at
|
||||
|
||||
Reference in New Issue
Block a user