diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index fbaa0e2b..c8456f8d 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -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 \ No newline at end of file + cpplint --recursive --quiet --verbose=3 . \ No newline at end of file