Skip to content

Fix github action failure to release (#799) #152

Fix github action failure to release (#799)

Fix github action failure to release (#799) #152

name: clang-format Check
on: [push, pull_request]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check that all files in src/ follows the style defined in .clang-format
uses: jidicula/clang-format-action@v4.11.0
with:
clang-format-version: '14'
check-path: 'src'