mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-24 23:26:10 +00:00
disable cpp-linter (#7229)
This commit is contained in:
5
.github/workflows/cpp-linter.yml
vendored
5
.github/workflows/cpp-linter.yml
vendored
@@ -12,6 +12,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- name: cmake
|
||||||
|
run: CXX=clang++-12 cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release .
|
||||||
- uses: shenxianpeng/cpp-linter-action@master
|
- uses: shenxianpeng/cpp-linter-action@master
|
||||||
id: linter
|
id: linter
|
||||||
env:
|
env:
|
||||||
@@ -32,4 +34,5 @@ jobs:
|
|||||||
|
|
||||||
- name: Check Result
|
- name: Check Result
|
||||||
if: steps.linter.outputs.checks-failed > 0
|
if: steps.linter.outputs.checks-failed > 0
|
||||||
run: exit 1
|
run: |
|
||||||
|
echo "Failed linting."
|
||||||
|
|||||||
Reference in New Issue
Block a user