mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-06 19:22:20 +00:00
try tmp
This commit is contained in:
@@ -10,10 +10,10 @@ jobs:
|
||||
run: pip install cpplint
|
||||
- name: Check coding style
|
||||
run: |
|
||||
cpplint --recursive --quiet --verbose=3 .
|
||||
cpplint --recursive --quiet --verbose=3 . 2> tmp
|
||||
- name: Comment PR
|
||||
if: ${{ failure() }}
|
||||
if: ${{ failure() && github.event_name == 'pull_request' }}
|
||||
uses: thollander/actions-comment-pull-request@master
|
||||
with:
|
||||
message: 'Example of message !'
|
||||
message: ${{ cat tmp }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
Reference in New Issue
Block a user