mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-01-02 06:40:10 +01:00
more clang-format
This commit is contained in:
parent
948e832905
commit
89afb43ca6
15
.github/workflows/build_check.yml
vendored
15
.github/workflows/build_check.yml
vendored
|
|
@ -58,11 +58,24 @@ jobs:
|
|||
formatting-check:
|
||||
name: Formatting Check
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
path:
|
||||
- 'src'
|
||||
- 'lib/BoardFinder'
|
||||
- 'lib/ConfigurationManagement'
|
||||
- 'lib/Display'
|
||||
- 'lib/LoRa'
|
||||
- 'lib/LoRa_APRS'
|
||||
- 'lib/NTPClient'
|
||||
- 'lib/PowerManagement'
|
||||
- 'lib/TaskManager'
|
||||
- 'lib/TimeLib'
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Run clang-format style check for C/C++ programs.
|
||||
uses: jidicula/clang-format-action@v3.2.0
|
||||
with:
|
||||
clang-format-version: '11'
|
||||
check-path: 'src'
|
||||
check-path: ${{ matrix.path }}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue