From 5a737a725df4e46210e0bf31ad3c7d21944ebee6 Mon Sep 17 00:00:00 2001 From: Krishna Vedala <7001608+kvedala@users.noreply.github.com> Date: Fri, 29 May 2020 23:50:46 -0400 Subject: [PATCH] removed need for cpplint --- .github/workflows/awesome_forkflow.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/awesome_forkflow.yml b/.github/workflows/awesome_forkflow.yml index 07bfb99dc..acd53f13c 100644 --- a/.github/workflows/awesome_forkflow.yml +++ b/.github/workflows/awesome_forkflow.yml @@ -132,7 +132,7 @@ jobs: # - run: pip install cpplint # - run: git pull # - run: cpplint --filter=-legal --recursive . - + cpplint_modified_files: runs-on: ubuntu-latest needs: code_format @@ -197,7 +197,8 @@ jobs: build: name: Compile checks runs-on: ${{ matrix.os }} - needs: [cpplint, update_directory_md, cpplint_modified_files] + # needs: [cpplint, update_directory_md, cpplint_modified_files] + needs: [update_directory_md, cpplint_modified_files] strategy: matrix: os: [ubuntu-latest, windows-latest, macOS-latest]