Skip to content

Commit 5dd4909

Browse files
authored
Merge pull request #2 from grobx/main
Use codespell-project/actions-codespell@master
2 parents 71b92d9 + 7692fee commit 5dd4909

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/Continuous-integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939
uses: actions/checkout@v2
4040

4141
- name: Spell check
42-
uses: arduino/actions/libraries/spell-check@master
42+
uses: codespell-project/actions-codespell@master
4343
with:
44-
ignore-words-list: ./extras/codespell-ignore-words-list.txt
44+
ignore_words_file: ./extras/codespell-ignore-words-list.txt
4545
lib_build:
4646
runs-on: ubuntu-latest
4747
name: Library compilation
@@ -55,7 +55,7 @@ jobs:
5555
id: compile
5656
uses: stm32duino/actions/compile-examples@main
5757
with:
58-
board-pattern: "NUCLEO_L476RG|B_U585I_IOT02A"
58+
board-pattern: "NUCLEO_L476RG"
5959

6060
# Use the output from the `Compilation` step
6161
- name: Compilation Errors

0 commit comments

Comments
 (0)