Skip to content

gh-218: add math ops binding & start vector impl for package #496

gh-218: add math ops binding & start vector impl for package

gh-218: add math ops binding & start vector impl for package #496

Workflow file for this run

name: Clang Format
on:
push:
branches: [ main ]
paths:
- '.github/**'
- 'include/**'
- 'src/**'
- 'tests/**'
- 'examples/**'
- '.clang-format'
pull_request:
branches: [ main ]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
path:
- 'include'
- 'src'
- 'tests'
- 'examples'
steps:
- uses: actions/checkout@v2
- name: Run clang-format style check
uses: jidicula/[email protected]
with:
clang-format-version: '15'
check-path: ${{ matrix.path }}