Skip to content

Add custom platform to builder in Github #387

Add custom platform to builder in Github

Add custom platform to builder in Github #387

name: clang-format Check
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run clang-format style check for C/C++/Protobuf programs.
uses: jidicula/clang-format-action@v4.6.2
with:
clang-format-version: '13'
check-path: 'src'
exclude-regex: 'src/components/(cmd_nvs|cmd_system)'