mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 17:57:25 +00:00
disable cpp-linter (#7229)
This commit is contained in:
parent
a63fa51a15
commit
eee44bbb26
1 changed files with 4 additions and 1 deletions
5
.github/workflows/cpp-linter.yml
vendored
5
.github/workflows/cpp-linter.yml
vendored
|
|
@ -12,6 +12,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: cmake
|
||||
run: CXX=clang++-12 cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release .
|
||||
- uses: shenxianpeng/cpp-linter-action@master
|
||||
id: linter
|
||||
env:
|
||||
|
|
@ -32,4 +34,5 @@ jobs:
|
|||
|
||||
- name: Check Result
|
||||
if: steps.linter.outputs.checks-failed > 0
|
||||
run: exit 1
|
||||
run: |
|
||||
echo "Failed linting."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue