Skip to content

Commit

Permalink
Merge pull request #2 from grobx/main
Browse files Browse the repository at this point in the history
Use codespell-project/actions-codespell@master
  • Loading branch information
cparata authored Jul 6, 2022
2 parents 71b92d9 + 7692fee commit 5dd4909
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
uses: actions/checkout@v2

- name: Spell check
uses: arduino/actions/libraries/spell-check@master
uses: codespell-project/actions-codespell@master
with:
ignore-words-list: ./extras/codespell-ignore-words-list.txt
ignore_words_file: ./extras/codespell-ignore-words-list.txt
lib_build:
runs-on: ubuntu-latest
name: Library compilation
Expand All @@ -55,7 +55,7 @@ jobs:
id: compile
uses: stm32duino/actions/compile-examples@main
with:
board-pattern: "NUCLEO_L476RG|B_U585I_IOT02A"
board-pattern: "NUCLEO_L476RG"

# Use the output from the `Compilation` step
- name: Compilation Errors
Expand Down

0 comments on commit 5dd4909

Please sign in to comment.