Skip to content

Implement get_pcg_series_parallel_decomposition #122

Implement get_pcg_series_parallel_decomposition

Implement get_pcg_series_parallel_decomposition #122

Workflow file for this run

name: clang-format
on: [push, pull_request, workflow_dispatch]
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: lockshaw/[email protected]
with:
clang-format-version: "16"
exclude-regex: '\.proto$'