aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAdam <adammegarules1@gmail.com>2026-07-31 20:27:02 +0200
committerAdam <adammegarules1@gmail.com>2026-07-31 20:27:02 +0200
commit1b006985ba2381a29dd9aa34aec1dafbae224897 (patch)
treee437b4a1ec54cf043f7272a3fc5d3060f5706a37 /.github
parentee7815bad917cf880c147186a01679fb7ce46a8e (diff)
using cpp check on this project
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cmake-single-platform.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml
index 408b9be..d768361 100644
--- a/.github/workflows/cmake-single-platform.yml
+++ b/.github/workflows/cmake-single-platform.yml
@@ -32,6 +32,3 @@ jobs:
CC: gcc-14
CXX: g++-14
run: cmake --build build
-
- - name: Run clang-tidy
- run: clang-tidy src/*.cpp -p build