Syntax error
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-01-04 13:32:16 +00:00
parent ee24d95a65
commit 9bde54d21e

View File

@ -11,7 +11,7 @@ steps:
- name: check - name: check
image: neszt/cppcheck-docker image: neszt/cppcheck-docker
commands: commands:
cppcheck *.c - cppcheck *.c
- name: docs - name: docs
image: corentinaltepe/doxygen image: corentinaltepe/doxygen