From 6ffe391c5dbdfd00da3cc08104bccc9086120b31 Mon Sep 17 00:00:00 2001 From: JunsuChoi Date: Mon, 30 Jan 2023 11:20:56 +0900 Subject: [PATCH] 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. --- .github/workflows/actions_cpplint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/actions_cpplint.yml b/.github/workflows/actions_cpplint.yml index fe429355..5c797cae 100644 --- a/.github/workflows/actions_cpplint.yml +++ b/.github/workflows/actions_cpplint.yml @@ -7,6 +7,7 @@ on: jobs: coding-style: + if: ${{ false }} # disable for now runs-on: ubuntu-latest steps: - uses: actions/checkout@v2