mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-04 01:23:50 +03:00
CI - restyle script summary and annotations in PRs (#9184)
similar to .ino builder, prepare a short 'diff' summary of all the required changes https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#adding-a-job-summary provide inline annotations, so it is apparent clang-format job is the cause of the PR actions check failure https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-a-notice-message
This commit is contained in:
1
.github/workflows/style-check.yml
vendored
1
.github/workflows/style-check.yml
vendored
@ -26,6 +26,7 @@ jobs:
|
||||
- name: Style check
|
||||
run: |
|
||||
sudo apt update
|
||||
python ./tests/test_restyle.py --quiet
|
||||
bash ./tests/ci/style_check.sh
|
||||
|
||||
# Validate orthography
|
||||
|
Reference in New Issue
Block a user