chore: make lint job check for warnings
This commit is contained in:
parent
d11d074960
commit
0c673a2751
2 changed files with 5 additions and 4 deletions
|
|
@ -11,5 +11,6 @@ pipeline:
|
|||
pull: true
|
||||
commands:
|
||||
- make lint
|
||||
- make CFLAGS='-Werror'
|
||||
when:
|
||||
event: [push, pull_request]
|
||||
|
|
|
|||
Reference in a new issue