Skip to content

Avoid native arch when building for pypi (#387) #1849

Avoid native arch when building for pypi (#387)

Avoid native arch when building for pypi (#387) #1849

Workflow file for this run

name: "CI: clang-format Check"
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
strategy:
matrix:
path:
- 'src'
- 'test'
- 'examples'
steps:
- uses: actions/checkout@v4
- name: Run clang-format style check
uses: jidicula/clang-format-action@v4.14.0
with:
clang-format-version: '18'
check-path: ${{ matrix.path }}