From c280058e4781c43138c63d222b060d0ccb879520 Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Sat, 14 Dec 2019 09:47:00 +0100 Subject: [PATCH] Disable clang-tidy check and SoundClound scan for now --- .github/workflows/ccpp.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 72d66d0..d7a4b7b 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -13,7 +13,9 @@ jobs: run: ./autogen.sh && ./configure - name: build run: make - - name: clang-tidy check - uses: muxee/clang-tidy-action@0.0.1-rc1 - - name: SonarCloud Scan - uses: SonarSource/sonarcloud-github-action@v1.1 + - name: test + run: make check +# - name: clang-tidy check +# uses: muxee/clang-tidy-action@0.0.1-rc1 +# - name: SonarCloud Scan +# uses: SonarSource/sonarcloud-github-action@v1.1