fix coding style CI

This commit is contained in:
Clément Le Bihan
2021-05-23 18:55:20 +02:00
parent c9f27df7b4
commit fa745db44b
+2 -2
View File
@@ -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 .