mirror of
https://github.com/openharmony/third_party_rust_cxx.git
synced 2026-07-01 05:39:22 -04:00
Update to clang-tidy 11
This commit is contained in:
@@ -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=*
|
||||
|
||||
Reference in New Issue
Block a user