From 8fcf7c0bb6bfac60b03c14eaaf8cf6af46f73d41 Mon Sep 17 00:00:00 2001 From: mirellameelo Date: Mon, 28 Oct 2024 12:45:21 -0700 Subject: [PATCH] specifying cpplint version --- .github/workflows/stm32.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stm32.yaml b/.github/workflows/stm32.yaml index cf9cf354..e47f046e 100644 --- a/.github/workflows/stm32.yaml +++ b/.github/workflows/stm32.yaml @@ -75,7 +75,7 @@ jobs: python-version: '3.9' - name: Install cpplint - run: pip install --upgrade cpplint + run: pip install cpplint==1.6.1 - name: Run linter run: cpplint --recursive lib Src/examples test