mirror of
https://github.com/lora-aprs/LoRa_APRS_Tracker.git
synced 2026-04-06 07:03:31 +00:00
add clang-check
This commit is contained in:
parent
46d326722c
commit
5b1be61032
2 changed files with 160 additions and 0 deletions
12
.github/workflows/main.yml
vendored
12
.github/workflows/main.yml
vendored
|
|
@ -55,3 +55,15 @@ jobs:
|
|||
with:
|
||||
name: firmware
|
||||
path: .pio/build/*/firmware.bin
|
||||
|
||||
formatting-check:
|
||||
name: Formatting Check
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue