Skip to content

πŸ“ (doxygen): Added Doxygen documentation #9

πŸ“ (doxygen): Added Doxygen documentation

πŸ“ (doxygen): Added Doxygen documentation #9

Workflow file for this run

name: lint
on:
push:
pull_request:
jobs:
lint:
name: Formatting Check
runs-on: ubuntu-latest
strategy:
matrix:
path:
- "src"
- "tests"
steps:
- uses: actions/checkout@v4
- name: Run clang-format style check for C/C++/Protobuf programs.
uses: jidicula/[email protected]
with:
clang-format-version: "18"
check-path: ${{ matrix.path }}