Skip to content

Merge pull request #716 from sjanel/chore/factorize-code-around-avx2 #2195

Merge pull request #716 from sjanel/chore/factorize-code-around-avx2

Merge pull request #716 from sjanel/chore/factorize-code-around-avx2 #2195

name: clang-format-check
on:
push:
branches:
- main
pull_request:
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Run clang-format style check for C/C++ programs.
uses: jidicula/clang-format-action@v4.18.0
with:
clang-format-version: '21'
check-path: "aeronet"