mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 23:20:05 +00:00
Bump clang-format to 19
This commit is contained in:
parent
27cfabcc66
commit
071c2f60bf
1 changed files with 2 additions and 2 deletions
4
.github/workflows/clang-format-check.yml
vendored
4
.github/workflows/clang-format-check.yml
vendored
|
|
@ -30,11 +30,11 @@ jobs:
|
|||
- name: Setup Ubuntu Environment
|
||||
shell: bash
|
||||
run: |
|
||||
sudo apt-get install clang-format-17
|
||||
sudo apt-get install clang-format-19
|
||||
|
||||
- name: Check Formatting
|
||||
shell: bash
|
||||
run: |
|
||||
MERGE_BASE=$(git merge-base origin/develop ${{ github.event.pull_request.head.sha || github.ref }})
|
||||
echo "Comparing against ${MERGE_BASE}"
|
||||
git clang-format-17 --diff --style=file -v ${MERGE_BASE}
|
||||
git clang-format-19 --diff --style=file -v ${MERGE_BASE}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue