Skip to content

Merge remote-tracking branch 'github/develop' into feature/119-serial… #518

Merge remote-tracking branch 'github/develop' into feature/119-serial…

Merge remote-tracking branch 'github/develop' into feature/119-serial… #518

name: Clang-Format Check
on:
push:
branches-ignore:
- 'gh-pages'
jobs:
formatting-check:
name: check style formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run clang-format style check.
uses: jidicula/[email protected]
with:
clang-format-version: '17'
fallback-style: 'none'