1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +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:
M Hightower 2022-04-30 08:17:13 -07:00 committed by GitHub
parent 02c1a502ca
commit f149d7b70e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,7 +115,7 @@ elif [ "$BUILD_TYPE" = host ]; then
tests/ci/host_test.sh tests/ci/host_test.sh
elif [ "$BUILD_TYPE" = style ]; then elif [ "$BUILD_TYPE" = style ]; then
tests/ci/check_restyle.sh tests/ci/style_check.sh
tests/restyle.sh tests/restyle.sh
else else