retry comment

This commit is contained in:
Clément Le Bihan
2021-05-23 19:53:24 +02:00
parent e09ce72119
commit 06d2db629b
+7 -2
View File
@@ -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 }}