File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3939 sudo apt install -y wget software-properties-common
4040 wget -O - https://apt.llvm.org/llvm.sh | sudo bash
4141 - name : Install dependencies
42- run : sudo apt update && sudo apt install -y clang-format-18 cppcheck
42+ run : sudo apt update && sudo apt install -y clang-format-19 cppcheck
4343 - name : checks format then lints
4444 run : make --directory=tests/ check_format_lint
4545
@@ -126,7 +126,7 @@ jobs:
126126 sudo apt install -y wget software-properties-common
127127 wget -O - https://apt.llvm.org/llvm.sh | sudo bash
128128 - name : Install dependencies
129- run : sudo apt update && sudo apt install -y clang-format-18
129+ run : sudo apt update && sudo apt install -y clang-format-19
130130 - name : Combine includes and force push to main branch
131131 run : |
132132 git config --local user.name github-actions
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ find ../library/ library_checker_aizu_tests/ -name "*[A-Z]*" -or -name "*-*" |
3636 grep --invert-match " README" &&
3737 exit 1
3838
39- clang-format-18 --dry-run --Werror --style=file:.config/.clang-format library_checker_aizu_tests/** /* .hpp ../library/** /* .hpp ../library/** /* .cpp || exit 1
39+ clang-format-19 --dry-run --Werror --style=file:.config/.clang-format library_checker_aizu_tests/** /* .hpp ../library/** /* .hpp ../library/** /* .cpp || exit 1
4040
4141git submodule init
4242git submodule update
Original file line number Diff line number Diff line change 22# ** glob now searches any number of levels
33shopt -s globstar
44
5- clang-format-18 -i --style=file:.config/.clang-format ../** /* .hpp ../** /* .cpp
5+ clang-format-19 -i --style=file:.config/.clang-format ../** /* .hpp ../** /* .cpp
You can’t perform that action at this time.
0 commit comments