We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2c8838 commit 5a137c5Copy full SHA for 5a137c5
1 file changed
.github/workflows/programming_team_code_ci.yml
@@ -46,7 +46,7 @@ jobs:
46
clang-format-22 --version
47
clang-tidy-22 --version
48
- name: Install dependencies
49
- run: sudo apt install -y cppcheck
+ run: sudo apt install -y clang-format-22 cppcheck
50
- name: grep, clang-format, cppcheck
51
run: make --directory=tests/ grep_clangformat_cppcheck
52
0 commit comments