We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ebfedd9 + d4c558e commit 97dc11eCopy full SHA for 97dc11e
1 file changed
.github/workflows/presubmit-c.yml
@@ -15,12 +15,6 @@ jobs:
15
run: |
16
find . '(' -name '*.c' -or -name '*.h' ')' -print0 | \
17
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 .
24
test-linux:
25
runs-on: ubuntu-latest
26
strategy:
0 commit comments