testing something with comments

This commit is contained in:
Clément Le Bihan
2021-05-23 19:06:26 +02:00
parent fa745db44b
commit 8f304f958c
2 changed files with 9 additions and 1 deletions
+9 -1
View File
@@ -10,4 +10,12 @@ 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
uses: thollander/actions-comment-pull-request@master
if: ${{ github.event_name == 'pull_request' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
message: ${{ cat tmp }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}