Only exit on errors.
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Manuel Friedli 2023-05-29 00:53:34 +02:00
parent b3f971fe0d
commit dcb2353206

View file

@ -6,4 +6,4 @@ steps:
- name: run-pkgcheck - name: run-pkgcheck
image: tastytea/pkgcheck:latest image: tastytea/pkgcheck:latest
commands: commands:
- pkgcheck --color true scan --exit error,warning,style --net . - pkgcheck --color true scan --exit error --net .