Run Code Correctness checks on GitHub
authorColin Clark <colin.clark@cclark.uk>
Sun, 3 Mar 2024 14:23:00 +0000 (14:23 +0000)
committerColin Clark <colin.clark@cclark.uk>
Sun, 3 Mar 2024 14:23:00 +0000 (14:23 +0000)
.github/workflows/check-build-actions.yml

index 955a9e5..7a25613 100644 (file)
@@ -18,6 +18,14 @@ jobs:
       with:
         ignore_names: downsize
 
+  Check-Code-Correctness:
+    runs-on: ubuntu-22.04
+    steps:
+    - uses: actions/checkout@v2
+    - name: Run Clang Tidy
+      uses: "muxee/clang-tidy-action@master"
+      secrets: ["GITHUB_TOKEN"]
+
   Check-Build-No-Options:
     runs-on: ubuntu-22.04
     steps: