Skip to content

Commit 12c73b5

Browse files
.github/workflows/cpplint.yml: removing the step of checking version
1 parent 6b4c49b commit 12c73b5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/cpplint.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ jobs:
4444
python -m pip install --upgrade pip
4545
pip install cpplint
4646
47-
- name: Check cpplint version
48-
run: cpplint --version
49-
5047
- name: Run cpplint
5148
run: |
5249
cpplint --quiet --repository=. $(git ls-files '*.*pp')

0 commit comments

Comments
 (0)