From 98d869058efd9eb8c577b26f905fe7bf5afa6744 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Le=20Bihan?= Date: Sun, 23 May 2021 20:32:55 +0200 Subject: [PATCH] rm redirection --- .github/workflows/codingstyle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codingstyle.yml b/.github/workflows/codingstyle.yml index be6885cc..d68e91c0 100644 --- a/.github/workflows/codingstyle.yml +++ b/.github/workflows/codingstyle.yml @@ -10,7 +10,7 @@ jobs: run: pip install cpplint - name: Check coding style run: | - cpplint --recursive --quiet --verbose=3 . 2> tmp + cpplint --recursive --quiet --verbose=3 . - name: Comment PR if: ${{ failure() && github.event_name == 'pull_request' }} uses: thollander/actions-comment-pull-request@master