Skip to content

Add a clang-format check in CI #2

Add a clang-format check in CI

Add a clang-format check in CI #2

Workflow file for this run

name: Formatting
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
jobs:
clang-format-checking:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: RafikFarhad/clang-format-github-action@v3
with:
sources: "**/*.h,**/*.c,**/*.cc,**/*.proto"