We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3429086 commit 2ee0a0cCopy full SHA for 2ee0a0c
.github/workflows/programming_team_code_ci.yml
@@ -39,7 +39,7 @@ jobs:
39
sudo apt install -y wget software-properties-common
40
wget -O - https://apt.llvm.org/llvm.sh | sudo bash
41
- name: Install dependencies
42
- run: sudo apt update && sudo apt install -y clang-format-19 cppcheck
+ run: sudo apt update && sudo apt install clang-format-19 cppcheck
43
- name: checks format then lints
44
run: make --directory=tests/ check_format_lint
45
0 commit comments