debug messages

This commit is contained in:
Clément Le Bihan
2021-05-23 21:02:57 +02:00
parent c4b8002c55
commit 8df13c57a8
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
run: pip install cpplint
- name: Check coding style
run: |
cpplint --recursive --quiet . 2> tmp || (echo "CPP_LINT_LOG=$(cat tmp)" >> $GITHUB_ENV && false)
cpplint --recursive --quiet . 2> tmp || (echo "CPP_LINT_LOG=$(cat tmp)" >> $GITHUB_ENV && cat tmp && false)
- name: Comment PR
if: ${{ failure() && github.event_name == 'pull_request' }}
uses: thollander/actions-comment-pull-request@master