Skip to content

Fast OnDemand parsing for Neoverse (#94) #259

Fast OnDemand parsing for Neoverse (#94)

Fast OnDemand parsing for Neoverse (#94) #259

name: clang-format Check
on: [push, pull_request]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
strategy:
matrix:
path:
- 'include/sonic'
- 'benchmark'
- 'tests'
- 'example'
- 'fuzz'
steps:
- uses: actions/checkout@v3
- name: Run clang-format style check.
uses: jidicula/[email protected]
with:
clang-format-version: '11'
check-path: ${{ matrix.path }}
fallback-style: 'Google'