Skip to content

Use custom patched SmartRC-CC1101-Driver-Lib #87

Use custom patched SmartRC-CC1101-Driver-Lib

Use custom patched SmartRC-CC1101-Driver-Lib #87

Workflow file for this run

name: Check Code Format
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check src format
uses: DoozyX/[email protected]
with:
source: './src'
extensions: 'h,cpp'
clangFormatVersion: 9
- name: Check examples format
uses: DoozyX/[email protected]
with:
source: './examples'
extensions: 'h,cpp,ino'
clangFormatVersion: 9