8000 Update pull-request.yml · Robotonics/arduino-pico@177a2d0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 177a2d0

Browse files
Update pull-request.yml
1 parent fec3ea8 commit 177a2d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pull-request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
- name: Check boards.txt was not edited after makeboards.py
3838
run: |
3939
./tools/makeboards.py > boards.txt
40+
# If anything changed, GIT should return an error and fail the test
41+
git diff --exit-code
4042
- name: Run astyle on all code/examples
4143
run: |
4244
sudo apt update

0 commit comments

Comments
 (0)
0