From aa21f7981ecb69b5ae686d9725df3c3d4082f720 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Sat, 13 Aug 2022 17:43:26 +0200 Subject: [PATCH] ci: Ignore clang-tidy for now --- .github/workflows/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 908d3b051c..fc555b161f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -163,7 +163,6 @@ jobs: elif [[ "${{ matrix.runner }}" = macos* ]]; then cmake --build "build/debug" --config Debug --target install fi - cmake --build "build/debug" --config Debug --target StreamFX_clang-tidy cmake --build "build/debug" --config Debug --target StreamFX_clang-format - name: "Configure & Build (Release)" @@ -183,7 +182,6 @@ jobs: elif [[ "${{ matrix.runner }}" = macos* ]]; then cmake --build "build/release" --config RelWithDebInfo --target install fi - cmake --build "build/release" --config RelWithDebInfo --target StreamFX_clang-tidy cmake --build "build/release" --config RelWithDebInfo --target StreamFX_clang-format - name: "Validate Formatting"