mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-05 19:04:26 +00:00
retry comment
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name: Check coding style
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
Building:
|
||||
@@ -10,4 +10,9 @@ jobs:
|
||||
run: pip install cpplint
|
||||
- name: Check coding style
|
||||
run: |
|
||||
cpplint --recursive --quiet --verbose=3 .
|
||||
cpplint --recursive --quiet --verbose=3 .
|
||||
- name: Comment PR
|
||||
uses: thollander/actions-comment-pull-request@master
|
||||
with:
|
||||
message: 'Example of message !'
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
Reference in New Issue
Block a user