diff --git a/.github/workflows/cpplint.yml b/.github/workflows/cpplint.yml deleted file mode 100644 index 7e2acdeb..00000000 --- a/.github/workflows/cpplint.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: cpplint - -on: - pull_request: - branches: [ main ] - -jobs: - clang-tidy: - name: clang-tidy - runs-on: ubuntu-latest - steps: - - name: clang-tidy check - uses: smay1613/clang-tidy-action@master - - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} -