Use shellcheck image

This commit is contained in:
Luke Murphy 2020-10-26 17:40:02 +01:00
parent e6458e5e60
commit f03c509552
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 2 deletions

View File

@ -3,9 +3,8 @@ kind: pipeline
name: linters
steps:
- name: run shellcheck
image: alpine:latest
image: koalaman/shellcheck-alpine:latest
commands:
- apk add shellcheck
- shellcheck abra
- name: run unit tests