Add cpplint badge
This commit is contained in:
parent
6c19ce79c3
commit
9d68a62da4
|
@ -41,4 +41,6 @@ jobs:
|
|||
run: pip install cpplint
|
||||
|
||||
- name: Run Cpplint
|
||||
run: cpplint --recursive ./test-addon
|
||||
run: |
|
||||
cpplint --recursive ./test-addon
|
||||
cpplint --recursive ./include
|
||||
|
|
|
@ -5,6 +5,7 @@ This is a part of [Node3D](https://github.com/node-3d) project.
|
|||
[](https://badge.fury.io/js/addon-tools-raub)
|
||||
[](https://github.com/node-3d/addon-tools-raub/actions/workflows/eslint.yml)
|
||||
[](https://github.com/node-3d/addon-tools-raub/actions/workflows/test.yml)
|
||||
[](https://github.com/node-3d/addon-tools-raub/actions/workflows/cpplint.yml)
|
||||
|
||||
```
|
||||
npm i -s addon-tools-raub
|
||||
|
|
Loading…
Reference in New Issue