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