Skip to content

Update CONTRIBUTING.md post-repo-split #1

Update CONTRIBUTING.md post-repo-split

Update CONTRIBUTING.md post-repo-split #1

Workflow file for this run

name: clang-format
on: [push, pull_request, workflow_dispatch]
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: lockshaw/[email protected]
with:
clang-format-version: "16"
exclude-regex: ${{ matrix.path['exclude'] }}