mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-11-01 00:50:06 +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
|
- name: Setup Ubuntu Environment
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install clang-format-17
|
sudo apt-get install clang-format-19
|
||||||
|
|
||||||
- name: Check Formatting
|
- name: Check Formatting
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
MERGE_BASE=$(git merge-base origin/develop ${{ github.event.pull_request.head.sha || github.ref }})
|
MERGE_BASE=$(git merge-base origin/develop ${{ github.event.pull_request.head.sha || github.ref }})
|
||||||
echo "Comparing against ${MERGE_BASE}"
|
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