mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-05 10:59:48 +00:00
testing something with comments
This commit is contained in:
@@ -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 }}
|
||||
Reference in New Issue
Block a user