Skip to content

Re-enabled oled

Re-enabled oled #201

Workflow file for this run

name: test-clang-format
on: [push, pull_request]
jobs:
cpp_style_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DoozyX/clang-format-lint-action@v0.18
with:
source: '.'
# exclude: './third_party ./external'
extensions: 'h,cpp'
clangFormatVersion: 14
style: llvm