Skip to content

Update rtl_433_devices.h #2

Update rtl_433_devices.h

Update rtl_433_devices.h #2

Workflow file for this run

name: Check Code Format
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Check main format
uses: DoozyX/[email protected]
with:
source: "./src ./include/rtl_433_devices.h ./include/log.h"
exclude: "./src/rtl_433"
extensions: "h,c,cpp"
clangFormatVersion: 9