11 lines
152 B
YAML
11 lines
152 B
YAML
|
---
|
||
|
kind: pipeline
|
||
|
type: kubernetes
|
||
|
name: default
|
||
|
|
||
|
steps:
|
||
|
- name: lint
|
||
|
image: koalaman/shellcheck-alpine:latest
|
||
|
commands:
|
||
|
- shellcheck script/*
|