infra: Disable cpp lint checker

When we do 1.0 release, we clean up the coding style of all codes.
Currently, there are limitations in our coding style and lint settings.
This results in unnecessary bot comments.
This commit is contained in:
JunsuChoi 2023-01-30 11:20:56 +09:00 committed by JunsuChoi
parent 5d77551b47
commit 6ffe391c5d

View file

@ -7,6 +7,7 @@ on:
jobs: jobs:
coding-style: coding-style:
if: ${{ false }} # disable for now
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2