Use shellcheck image
This commit is contained in:
		@ -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
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user