Skip to content

👷 (doxygen): Upload Doxygen doc as artifact then publish it on GitHub… #23

👷 (doxygen): Upload Doxygen doc as artifact then publish it on GitHub…

👷 (doxygen): Upload Doxygen doc as artifact then publish it on GitHub… #23

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 }}