This commit is contained in:
Peter Buchegger 2021-03-14 00:54:57 +01:00
parent 89afb43ca6
commit 7c4265b826

View file

@ -64,13 +64,13 @@ jobs:
- 'src'
- 'lib/BoardFinder'
- 'lib/ConfigurationManagement'
- 'lib/Display'
- 'lib/LoRa'
#- 'lib/Display'
#- 'lib/LoRa'
- 'lib/LoRa_APRS'
- 'lib/NTPClient'
#- 'lib/NTPClient'
- 'lib/PowerManagement'
- 'lib/TaskManager'
- 'lib/TimeLib'
#- 'lib/TimeLib'
steps:
- uses: actions/checkout@v2
- name: Run clang-format style check for C/C++ programs.