Add make
continuous-integration/drone/push Build is failing Details

This commit is contained in:
IamTheFij 2020-01-28 13:57:54 -05:00
parent 8fa016eeb7
commit 51fcfd76c4
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ steps:
- name: shellcheck
image: python:3-alpine
commands:
- apk add shellcheck
- apk add make shellcheck
- make all
- name: notify