Skip to content

Commit ac63b5f

Browse files
committed
Merge branch 'development' of github.com:henriksod/Fabrik2DArduino into development
2 parents a11bfc9 + 2d1bbe3 commit ac63b5f

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/compile_benchmark.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ jobs:
1616
compliance: strict
1717
recursive: true
1818
project-type: library
19+
cpplint:
20+
runs-on: ubuntu-latest
21+
steps:
22+
- uses: actions/checkout@v1
23+
- uses: actions/setup-python@v1
24+
- run: pip install cpplint
25+
- run: cpplint --recursive ./src
1926
compile:
2027
runs-on: ubuntu-latest
2128
strategy:

0 commit comments

Comments
 (0)