Skip to content

Commit 97dc11e

Browse files
authored
Merge pull request #209 from google/pkern-patch-1
Remove cpplint from presubmit-c.yml
2 parents ebfedd9 + d4c558e commit 97dc11e

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/presubmit-c.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ jobs:
1515
run: |
1616
find . '(' -name '*.c' -or -name '*.h' ')' -print0 | \
1717
xargs -0 --verbose -- clang-format --Werror --dry-run
18-
cpplint:
19-
runs-on: ubuntu-latest
20-
steps:
21-
- uses: actions/checkout@v2
22-
- name: cpplint
23-
run: pip install cpplint && cpplint --recursive .
2418
test-linux:
2519
runs-on: ubuntu-latest
2620
strategy:

0 commit comments

Comments
 (0)