From 5d178bbc596016598226efe693535dc1b329cd1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Le=20Bihan?= Date: Sun, 23 May 2021 19:42:44 +0200 Subject: [PATCH] rm even more --- .github/workflows/codingstyle.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/codingstyle.yml b/.github/workflows/codingstyle.yml index 57c49a4d..4d90dd0e 100644 --- a/.github/workflows/codingstyle.yml +++ b/.github/workflows/codingstyle.yml @@ -7,9 +7,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v1 - - name: Install cpplint - run: pip install cpplint - - name: Comment Pull Request uses: thollander/actions-comment-pull-request@1.0.1