mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 13:43:43 +00:00
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:
parent
5d77551b47
commit
6ffe391c5d
1 changed files with 1 additions and 0 deletions
1
.github/workflows/actions_cpplint.yml
vendored
1
.github/workflows/actions_cpplint.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue