Skip to content

Run clang-format

Run clang-format #5

Workflow file for this run

name: Format check
on: [push]
jobs:
format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run clang-format
uses: DoozyX/[email protected]
with:
source: 'components main'
exclude: 'managed_components components/hx711'
clangFormatVersion: 18
style: file