Skip to content

A few improvements #813

A few improvements

A few improvements #813

Workflow file for this run

name: Run clang-format Linter
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/[email protected]
with:
source: '.'
extensions: 'h,hpp,cpp,ino'
clangFormatVersion: 11