We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 167b76b commit 1583ee5Copy full SHA for 1583ee5
.github/workflows/ci.yml
@@ -18,8 +18,7 @@ jobs:
18
- uses: actions/checkout@v4
19
- name: Install clang-tidy
20
run: |
21
- sudo apt-get install -y clang-tidy-11
22
- sudo update-alternatives --install /usr/bin/clang-tidy clang-tidy /usr/bin/clang-tidy-11 100
+ sudo apt-get install -y clang-tidy
23
- name: lint with clang-tidy
24
25
make lint
0 commit comments