GitHub/Workflows: Add an action to check C++ source file format
authorWook Song <wook16.song@samsung.com>
Tue, 23 Jan 2024 05:10:24 +0000 (14:10 +0900)
committerwooksong <wook16.song@samsung.com>
Tue, 23 Jan 2024 10:04:17 +0000 (19:04 +0900)
commit0085010dfea046c678980ac83f6c32f4eb125e9f
tree1f1acab9ace43803c381dfa83af540c2a71fc2a0
parent4cb38cf91fa15287b0d0d4a93545b9a845bdd27c
GitHub/Workflows: Add an action to check C++ source file format

This patch adds a GitHub Action workflow to check C++ source file
format.

Signed-off-by: Wook Song <wook16.song@samsung.com>
.github/workflows/cpp-linter.yml [new file with mode: 0644]