Disable clang-tidy check and SoundClound scan for now

This commit is contained in:
Joachim Nilsson 2019-12-14 09:47:00 +01:00 committed by GitHub
parent b3694592cf
commit c280058e47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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