clang-check in ci

pull/74/head
Peter Buchegger 2021-03-14 00:18:11 +01:00
rodzic 92b283e32f
commit 948e832905
1 zmienionych plików z 12 dodań i 0 usunięć

Wyświetl plik

@ -54,3 +54,15 @@ jobs:
with:
name: firmware
path: .pio/build/lora_board/firmware.bin
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
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'