We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fec3ea8 commit 177a2d0Copy full SHA for 177a2d0
.github/workflows/pull-request.yml
@@ -37,6 +37,8 @@ jobs:
37
- name: Check boards.txt was not edited after makeboards.py
38
run: |
39
./tools/makeboards.py > boards.txt
40
+ # If anything changed, GIT should return an error and fail the test
41
+ git diff --exit-code
42
- name: Run astyle on all code/examples
43
44
sudo apt update
0 commit comments