From 9d68a62da40c078c3f43a917bdd9e4cdd0788c1b Mon Sep 17 00:00:00 2001 From: Luis Blanco Date: Mon, 9 Oct 2023 22:46:58 +0400 Subject: [PATCH] Add cpplint badge --- .github/workflows/cpplint.yml | 4 +++- README.md | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cpplint.yml b/.github/workflows/cpplint.yml index 286d0cc..6e49bc9 100644 --- a/.github/workflows/cpplint.yml +++ b/.github/workflows/cpplint.yml @@ -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 diff --git a/README.md b/README.md index fd98f6c..310603f 100644 --- a/README.md +++ b/README.md @@ -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