Skip to content

Add new algorithm.hpp file. #151

Add new algorithm.hpp file.

Add new algorithm.hpp file. #151

name: clang-format-check
on:
push:
branches:
- main
pull_request:
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
strategy:
matrix:
path:
- "benchmark"
- "include"
- "test"
steps:
- uses: actions/checkout@v3
- name: Run clang-format style check for C/C++/Protobuf programs.
uses: jidicula/[email protected]
with:
check-path: ${{ matrix.path }}
fallback-style: "Google"