Skip to content

feat: add aggregate op and extend functions accordingly #360

feat: add aggregate op and extend functions accordingly

feat: add aggregate op and extend functions accordingly #360

Workflow file for this run

name: C++ formatting
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: Run clang-format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/[email protected]
with:
source: '.'
exclude: './third_party'
extensions: 'h,cpp'
clangFormatVersion: 18