Skip to content

Merge pull request #134 from antond-weta/header_cleanup #13

Merge pull request #134 from antond-weta/header_cleanup

Merge pull request #134 from antond-weta/header_cleanup #13

name: clang-format Check
on: [push, pull_request]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run clang-format style check for C/C++ programs.
uses: DoozyX/[email protected]
with:
clangFormatVersion: '16'