chore: make lint job check for warnings

This commit is contained in:
Jef Roosens 2023-01-22 12:46:09 +01:00
parent d11d074960
commit 0c673a2751
2 changed files with 5 additions and 4 deletions

View file

@ -11,5 +11,6 @@ pipeline:
pull: true
commands:
- make lint
- make CFLAGS='-Werror'
when:
event: [push, pull_request]