From d0c1ed31bd951646501592037113566384f7a1a2 Mon Sep 17 00:00:00 2001 From: Colin Clark Date: Sun, 3 Mar 2024 14:23:00 +0000 Subject: [PATCH] Run Code Correctness checks on GitHub --- .github/workflows/check-build-actions.yml | 8 ++++++++ 1 file changed, 8 insertions(+) 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: -- 2.20.1