mirror of
https://gitee.com/openharmony/third_party_rust_cxx
synced 2024-11-23 07:10:29 +00:00
Update to clang-tidy 11
This commit is contained in:
parent
dda0c77b15
commit
35c6c4b25c
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -107,6 +107,6 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install clang-tidy
|
||||
run: sudo apt-get install clang-tidy-10
|
||||
run: sudo apt-get install clang-tidy-11
|
||||
- name: Run clang-tidy
|
||||
run: clang-tidy-10 src/cxx.cc --warnings-as-errors=*
|
||||
run: clang-tidy-11 src/cxx.cc --warnings-as-errors=*
|
||||
|
Loading…
Reference in New Issue
Block a user