mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-06 11:12:19 +00:00
test
This commit is contained in:
@@ -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 }}
|
||||
@@ -10,6 +10,8 @@
|
||||
#include <cmath>
|
||||
#include "Wal.hpp"
|
||||
|
||||
using namespace std;
|
||||
|
||||
int main()
|
||||
{
|
||||
WAL::Wal wal;
|
||||
|
||||
Reference in New Issue
Block a user