Remove Code Correctness checks on GitHub
[geeqie.git] / .github / workflows / check-build-actions.yml
index 7a25613..955a9e5 100644 (file)
@@ -18,14 +18,6 @@ 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: