Commit ea26398 1 parent 42cf199 commit ea26398 Copy full SHA for ea26398
File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 27
27
run : |
28
28
sudo apt update
29
29
python ./tests/test_restyle.py --quiet
30
- bash ./tests/ci/style_check.sh
30
+ env CLANG_FORMAT="clang-format-18" bash ./tests/ci/style_check.sh
31
31
32
32
# Validate orthography
33
33
Original file line number Diff line number Diff line change @@ -8,8 +8,7 @@ test -d ${root}/cores/esp8266
8
8
test -d ${root} /libraries
9
9
10
10
# allow `env CLANG_FORMAT=clang-format-N`, or some other version
11
- # default to v15, latest stable version from ubuntu-latest Github Actions image
12
- CLANG_FORMAT=${CLANG_FORMAT:- clang-format-15}
11
+ CLANG_FORMAT=${CLANG_FORMAT:- clang-format}
13
12
14
13
cd $root
15
14
python $root /tests/restyle.py format --clang-format=$CLANG_FORMAT preset --include core --include arduino
You can’t perform that action at this time.
0 commit comments