From: Colin Clark Date: Sun, 3 Mar 2024 14:23:00 +0000 (+0000) Subject: Run Code Correctness checks on GitHub X-Git-Tag: v2.3~6 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=d0c1ed31bd951646501592037113566384f7a1a2 Run Code Correctness checks on GitHub --- diff --git a/.github/workflows/check-build-actions.yml b/.github/workflows/check-build-actions.yml index 955a9e55..7a25613f 100644 --- a/.github/workflows/check-build-actions.yml +++ b/.github/workflows/check-build-actions.yml @@ -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: