-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(pre-commit): Bump hooks versions and fix leftover files (#10680)
* update(hooks): Bump pre-commit hooks versions * fix(formatting): Fix python script formatting * fix(formatting): Fix leftover files on protected folders
- Loading branch information
1 parent
92dd841
commit 76d1f9e
Showing
28 changed files
with
363 additions
and
353 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,9 @@ name: Boards Test | |
on: | ||
pull_request: | ||
paths: | ||
- 'boards.txt' | ||
- 'libraries/ESP32/examples/CI/CIBoardsTest/CIBoardsTest.ino' | ||
- '.github/workflows/boards.yml' | ||
- "boards.txt" | ||
- "libraries/ESP32/examples/CI/CIBoardsTest/CIBoardsTest.ino" | ||
- ".github/workflows/boards.yml" | ||
|
||
env: | ||
# It's convenient to set variables for values used multiple times in the workflow | ||
|
@@ -28,8 +28,7 @@ jobs: | |
uses: dcarbone/[email protected] | ||
|
||
- name: Get board name | ||
run: | ||
bash .github/scripts/find_new_boards.sh ${{ github.repository }} ${{github.base_ref}} | ||
run: bash .github/scripts/find_new_boards.sh ${{ github.repository }} ${{github.base_ref}} | ||
|
||
test-boards: | ||
needs: find-boards | ||
|
@@ -72,7 +71,7 @@ jobs: | |
./tools/openocd-esp32 | ||
./tools/riscv32-* | ||
./tools/xtensa-* | ||
- name: Compile sketch | ||
uses: P-R-O-C-H-Y/compile-sketches@main | ||
with: | ||
|
@@ -85,6 +84,5 @@ jobs: | |
cli-compile-flags: | | ||
- --warnings="all" | ||
exit-on-fail: true | ||
sketch-paths: | ||
"- ./libraries/ESP32/examples/CI/CIBoardsTest/CIBoardsTest.ino" | ||
sketch-paths: "- ./libraries/ESP32/examples/CI/CIBoardsTest/CIBoardsTest.ino" | ||
verbose: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.