Skip to content

fix macOS CI

fix macOS CI #2

Workflow file for this run

name: clang-format
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
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/[email protected]
with:
check-path: 'src'
clang-format-version: '14'