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 b31f1cb commit 98cc22fCopy full SHA for 98cc22f
.github/workflows/programming_team_code_ci.yml
@@ -48,7 +48,7 @@ jobs:
48
steps:
49
- uses: actions/checkout@v2
50
- name: Install dependencies
51
- run: sudo apt update && sudo apt install -y clang-tidy-18
+ run: sudo apt update && sudo apt install -y clang-18
52
- name: clang-tidy
53
run: make --directory=tests/ clangtidy
54
0 commit comments