Skip to content

Commit

Permalink
specifying cpplint version
Browse files Browse the repository at this point in the history
  • Loading branch information
mirellameelo committed Oct 28, 2024
1 parent 7ce11ad commit 8fcf7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stm32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8fcf7c0

Please sign in to comment.