Skip to content

Bump external/commonItems from df4ab8e to b67c85f (#260) #255

Bump external/commonItems from df4ab8e to b67c85f (#260)

Bump external/commonItems from df4ab8e to b67c85f (#260) #255

name: clang-format Check
on: [push, pull_request]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
strategy:
matrix:
path:
- 'Fronter/Source'
steps:
- uses: actions/checkout@v6
- name: Run clang-format style check for C/C++ programs.
uses: jidicula/clang-format-action@v4.16.0
with:
check-path: ${{ matrix.path }}