Skip to content

Add separate optimization solver params for pre-pgo tracking and post… #863

Add separate optimization solver params for pre-pgo tracking and post…

Add separate optimization solver params for pre-pgo tracking and post… #863

name: clang-format Check
on:
push:
pull_request:
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
strategy:
matrix:
path:
- 'src'
- 'include'
steps:
- uses: actions/checkout@v2
- name: Run clang-format style check for C/C++ programs.
uses: jidicula/[email protected]
with:
clang-format-version: '11'
check-path: ${{ matrix.path }}
fallback-style: 'Google'