Skip to content

Incremental mapping callbacks (#238) #351

Incremental mapping callbacks (#238)

Incremental mapping callbacks (#238) #351

name: clang-format Check
on:
push:
branches:
- master
pull_request:
types: [ assigned, opened, synchronize, reopened ]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run clang-format style check for C/C++/Protobuf programs.
uses: jidicula/[email protected]
with:
clang-format-version: '14'