mirror of
https://github.com/espressif/openthread.git
synced 2026-08-06 02:37:47 +00:00
[github-action] install [email protected] in pretty job (#9279)
This commit adds command to install `[email protected]` from the Bootstrap step in `pretty` job of `build.yml` GitHub Action workflow. This should help with occasional failure of `pretty` check.
This commit is contained in:
@@ -62,6 +62,7 @@ jobs:
|
||||
sudo apt-get --no-install-recommends install -y clang-format-14 clang-tidy-14 shellcheck
|
||||
python3 -m pip install yapf==0.31.0
|
||||
sudo snap install shfmt
|
||||
npm install [email protected]
|
||||
- name: Check
|
||||
run: |
|
||||
script/make-pretty check
|
||||
|
||||
Reference in New Issue
Block a user