This commit is contained in:
@@ -39,7 +39,11 @@ jobs:
|
||||
echo "VERSION=${GITHUB_SHA::7}" >> $GITHUB_ENV
|
||||
|
||||
- name: Code check
|
||||
run: cppcheck --enable=all --error-exitcode=1 src/
|
||||
run: cppcheck --enable=all --inconclusive src \
|
||||
--platform=avr8 \
|
||||
--std=c99 \
|
||||
-I/usr/lib/avr/15.2.0/include \
|
||||
src/
|
||||
|
||||
- name: Build firmware
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user