From: Colin Clark Date: Mon, 4 Mar 2024 10:56:16 +0000 (+0000) Subject: Remove Code Correctness checks on GitHub X-Git-Tag: v2.3~5 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=4eaa34905a6a64d467d5ec6c3d1141e8c91a7f42 Remove Code Correctness checks on GitHub muxee/clang-tidy-action runs only on pull requests. It is necessary to run the checks also on pushes. --- diff --git a/.github/workflows/check-build-actions.yml b/.github/workflows/check-build-actions.yml index 7a25613f..955a9e55 100644 --- a/.github/workflows/check-build-actions.yml +++ b/.github/workflows/check-build-actions.yml @@ -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: