From c82e029e9011ca3f4853d33c3dd5c2563c3d9ca8 Mon Sep 17 00:00:00 2001 From: Luis Blanco Date: Mon, 9 Oct 2023 22:24:11 +0400 Subject: [PATCH] Fix cpplint cmd --- .github/workflows/cpplint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cpplint.yml b/.github/workflows/cpplint.yml index 152da4c..940ccbd 100644 --- a/.github/workflows/cpplint.yml +++ b/.github/workflows/cpplint.yml @@ -39,4 +39,4 @@ jobs: run: pip install cpplint - name: Run Cpplint - run: cpplint --recursive . + run: cpplint --recursive ./test-addon