Browse Source

CI - remove clang-tidy and clang-format jobs for now.

Yao Wei Tjong 姚伟忠 5 years ago
parent
commit
c85522b17d
1 changed files with 0 additions and 2 deletions
  1. 0 2
      .github/workflows/main.yml

+ 0 - 2
.github/workflows/main.yml

@@ -51,8 +51,6 @@ jobs:
           - { platform: web, lib-type: static, architecture: wasm, build-type: dbg }
           - { platform: web, lib-type: static, architecture: wasm, build-type: dbg }
           - { platform: android, lib-type: static, architecture: all, build-type: both }
           - { platform: android, lib-type: static, architecture: all, build-type: both }
           - { platform: android, lib-type: shared, architecture: all, build-type: both }
           - { platform: android, lib-type: shared, architecture: all, build-type: both }
-          - { platform: linux-clang-tidy }
-          - { platform: linux-clang-format }
     env:
     env:
       HOST: ${{ github.job }}
       HOST: ${{ github.job }}
       PLATFORM: ${{ matrix.platform }}
       PLATFORM: ${{ matrix.platform }}