This commit is contained in:
Clément Le Bihan
2021-05-23 19:27:32 +02:00
parent 21b79e6bff
commit b7e60bb2e3
+2 -2
View File
@@ -6,13 +6,13 @@ jobs:
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v1
- uses: thollander/actions-comment-pull-request@master
- name: Install cpplint
run: pip install cpplint
- name: Run cpplint
run: |
cpplint --recursive --quiet --verbose=3 . 2 > tmp
- name: Comment PR
- name: Comment Pull Request
uses: thollander/actions-comment-pull-request@1.0.1
if: ${{ failure() && github.event_name == 'pull_request' }}
with:
message: '${{ cat tmp }}'