File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44# Style: K&R braces, 4-space indent, 100-column limit.
55# Equivalent to Go's gofmt for consistent formatting.
66
7- Language : C
7+ Language : Cpp
88BasedOnStyle : LLVM
99
1010# Indentation
Original file line number Diff line number Diff line change 1515
1616 - name : Install deps
1717 run : |
18- sudo apt-get update && sudo apt-get install -y libsqlite3-dev zlib1g-dev cppcheck
19- wget -qO- https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
20- sudo add-apt-repository -y "deb http://apt.llvm.org/noble/ llvm-toolchain-noble-18 main"
21- sudo apt-get update && sudo apt-get install -y clang-tidy-18 clang-format-18
22- sudo ln -sf /usr/bin/clang-tidy-18 /usr/bin/clang-tidy
23- sudo ln -sf /usr/bin/clang-format-18 /usr/bin/clang-format
18+ sudo apt-get update
19+ sudo apt-get install -y libsqlite3-dev zlib1g-dev cppcheck clang-tidy clang-format
2420
2521 - name : clang-format
2622 run : make -f Makefile.cbm lint-format
You can’t perform that action at this time.
0 commit comments