This commit is contained in:
Clément Le Bihan
2021-05-23 19:22:22 +02:00
parent 0f7a47af88
commit 3ba85122f5
2 changed files with 9 additions and 4 deletions
+7 -4
View File
@@ -10,7 +10,10 @@ jobs:
run: pip install cpplint
- name: Run cpplint
run: |
cpplint --recursive --quiet --verbose=3 .
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPO: "github.com/AnonymusRaccoon/Bomberman"
cpplint --recursive --quiet --verbose=3 . 2 > tmp
- name: Comment PR
if: ${{ failure() && github.event_name == 'pull_request' }}
uses: thollander/actions-comment-pull-request@master
with:
message: ${{ cat tmp }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+2
View File
@@ -10,6 +10,8 @@
#include <cmath>
#include "Wal.hpp"
using namespace std;
int main()
{
WAL::Wal wal;