mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-20 10:24:18 +03:00
Correction to run_CI_locall.sh (#8552)
`tests/ci/check_restyle.sh` does not exist; however, `tests/ci/style_check.sh` does. Changed run_CI_locally.sh to run style_check.sh from ci directory.
This commit is contained in:
@ -115,7 +115,7 @@ elif [ "$BUILD_TYPE" = host ]; then
|
||||
tests/ci/host_test.sh
|
||||
|
||||
elif [ "$BUILD_TYPE" = style ]; then
|
||||
tests/ci/check_restyle.sh
|
||||
tests/ci/style_check.sh
|
||||
tests/restyle.sh
|
||||
|
||||
else
|
||||
|
Reference in New Issue
Block a user