File tree Expand file tree Collapse file tree 4 files changed +1
-13
lines changed Expand file tree Collapse file tree 4 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 2929 - name : Run clang-format via pre-commit
3030 uses : pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
3131 with :
32- extra_args : clang-format --all-files
32+ extra_args : clang-format --all-files --verbose
Original file line number Diff line number Diff line change 11name : Linux (Ubuntu 22.04)
22on :
33 workflow_dispatch :
4- pull_request :
5- push :
6- branches :
7- - develop
84
95concurrency :
106 group : linux-${{ github.event_name }}-${{ github.ref_name }}-ubuntu_22_04
Original file line number Diff line number Diff line change 11name : Linux (Ubuntu 24.04)
22on :
33 workflow_dispatch :
4- pull_request :
5- push :
6- branches :
7- - develop
84
95concurrency :
106 group : linux-${{ github.event_name }}-${{ github.ref_name }}-ubuntu_24_04
Original file line number Diff line number Diff line change 11name : Windows (2022)
22on :
33 workflow_dispatch :
4- pull_request :
5- push :
6- branches :
7- - develop
84
95concurrency :
106 group : windows-${{ github.event_name }}-${{ github.ref_name }}-2022
You can’t perform that action at this time.
0 commit comments