Skip to content

feat: working on TUI, working on vili ordering #22

feat: working on TUI, working on vili ordering

feat: working on TUI, working on vili ordering #22

name: Formatting Check
on: [pull_request]
jobs:
formatting-check:
name: clang-format
runs-on: ubuntu-latest
strategy:
matrix:
path:
- 'include'
- 'src'
steps:
- uses: actions/checkout@v3
- name: Run clang-format style check
uses: jidicula/clang-format-action@v4.11.0
with:
clang-format-version: '15'
check-path: ${{ matrix.path }}