We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 71b92d9 + 7692fee commit 5dd4909Copy full SHA for 5dd4909
.github/workflows/Continuous-integration.yml
@@ -39,9 +39,9 @@ jobs:
39
uses: actions/checkout@v2
40
41
- name: Spell check
42
- uses: arduino/actions/libraries/spell-check@master
+ uses: codespell-project/actions-codespell@master
43
with:
44
- ignore-words-list: ./extras/codespell-ignore-words-list.txt
+ ignore_words_file: ./extras/codespell-ignore-words-list.txt
45
lib_build:
46
runs-on: ubuntu-latest
47
name: Library compilation
@@ -55,7 +55,7 @@ jobs:
55
id: compile
56
uses: stm32duino/actions/compile-examples@main
57
58
- board-pattern: "NUCLEO_L476RG|B_U585I_IOT02A"
+ board-pattern: "NUCLEO_L476RG"
59
60
# Use the output from the `Compilation` step
61
- name: Compilation Errors
0 commit comments