Add cpplint badge

This commit is contained in:
Luis Blanco 2023-10-09 22:46:58 +04:00
parent 6c19ce79c3
commit 9d68a62da4
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -5,6 +5,7 @@ This is a part of [Node3D](https://github.com/node-3d) project.
[![NPM](https://badge.fury.io/js/addon-tools-raub.svg)](https://badge.fury.io/js/addon-tools-raub)
[![ESLint](https://github.com/node-3d/addon-tools-raub/actions/workflows/eslint.yml/badge.svg)](https://github.com/node-3d/addon-tools-raub/actions/workflows/eslint.yml)
[![Test](https://github.com/node-3d/addon-tools-raub/actions/workflows/test.yml/badge.svg)](https://github.com/node-3d/addon-tools-raub/actions/workflows/test.yml)
[![Cpplint](https://github.com/node-3d/addon-tools-raub/actions/workflows/cpplint.yml/badge.svg)](https://github.com/node-3d/addon-tools-raub/actions/workflows/cpplint.yml)
```
npm i -s addon-tools-raub