mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-05 10:59:48 +00:00
rm redirection
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user