mirror of
https://tildegit.org/tomasino/pb.git
synced 2024-11-20 03:25:54 +01:00
10 lines
156 B
YAML
10 lines
156 B
YAML
---
|
|
kind: pipeline
|
|
name: shellcheck
|
|
|
|
steps:
|
|
- name: shellcheck
|
|
image: koalaman/shellcheck-alpine:stable
|
|
commands:
|
|
- shellcheck pb
|