Commit d92324e
committed
Use official GitHub Actions action for spell checking
The `arduino/actions/libraries/spell-check` GitHub Actions action is now deprecated in favor of the official action from
codespell.
The 2.0.0 release of codespell added support for a .codespellrc configuration file. Use of this file to configure
codespell allows the spell check to be run locally with the identical configuration to that used by the CI system.1 parent 502162c commit d92324e
File tree
3 files changed
+8
-6
lines changed- .github/workflows
- extras
3 files changed
+8
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
| 16 | + | |
This file was deleted.
0 commit comments