Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleZhang1118 committed Oct 12, 2024
1 parent 2add51c commit 26ccfe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Run cpplint
run: |
set -eux
pip install cpplint
pip install cpplint==1.6.1
cpplint --version
cpplint --recursive .
if [ $? != 0 ]; then exit 1; fi
Expand Down

0 comments on commit 26ccfe5

Please sign in to comment.