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 799e3a0 commit 657464fCopy full SHA for 657464f
.github/workflows/pull-request.yml
@@ -31,14 +31,19 @@ jobs:
31
- uses: actions/checkout@v2
32
with:
33
submodules: false
34
- - run: |
+ - name: Check package references
35
+ run: |
36
./tests/ci/pkgrefs_test.sh
37
+ - name: Check boards.txt was not edited after makeboards.py
38
39
./tools/makeboards.py > boards.txt
40
+ - name: Run astyle on all code/examples
41
42
sudo apt update
43
sudo apt install astyle
44
./tests/restyle.sh
45
# If anything changed, GIT should return an error and fail the test
- git diff --quiet --exit-code
46
+ git diff --exit-code
47
48
# Build all examples on linux (core and Arduino IDE)
49
build-linux:
0 commit comments