mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-04-04 14:08:34 +00:00
update clang-format
This commit is contained in:
parent
a3c25dff0a
commit
ecb01f9b90
5 changed files with 6 additions and 10 deletions
4
.github/workflows/build_check.yml
vendored
4
.github/workflows/build_check.yml
vendored
|
|
@ -46,9 +46,9 @@ jobs:
|
|||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
- name: Run clang-format style check for C/C++ programs.
|
||||
uses: jidicula/clang-format-action@v4.5.0
|
||||
uses: jidicula/clang-format-action@v4.10.2
|
||||
with:
|
||||
clang-format-version: '11'
|
||||
clang-format-version: '14'
|
||||
check-path: ${{ matrix.path }}
|
||||
|
||||
cppcheck:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue