mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-07 03:25:10 +00:00
fix coding style CI
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: Update the documentation
|
||||
name: Check coding style
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
@@ -10,4 +10,4 @@ jobs:
|
||||
run: pip install cpplint
|
||||
- name: Check coding style
|
||||
run: |
|
||||
cpplint --recursive --quiet --verbose=3
|
||||
cpplint --recursive --quiet --verbose=3 .
|
||||
Reference in New Issue
Block a user