Remove Code Correctness checks on GitHub
authorColin Clark <colin.clark@cclark.uk>
Mon, 4 Mar 2024 10:56:16 +0000 (10:56 +0000)
committerColin Clark <colin.clark@cclark.uk>
Mon, 4 Mar 2024 10:56:16 +0000 (10:56 +0000)
muxee/clang-tidy-action runs only on pull requests.

It is necessary to run the checks also on pushes.

.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: