mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-08 03:50:47 +00:00
rm if
This commit is contained in:
@@ -12,7 +12,7 @@ jobs:
|
||||
run: |
|
||||
cpplint --recursive --quiet --verbose=3 .
|
||||
- name: Comment PR
|
||||
if: ${{ failure() && github.event_name == 'pull_request' }}
|
||||
if: ${{ failure() }}
|
||||
uses: thollander/actions-comment-pull-request@master
|
||||
with:
|
||||
message: '${{ cat tmp }}'
|
||||
|
||||
Reference in New Issue
Block a user