mirror of
https://tildegit.org/envs/pb.git
synced 2025-04-07 07:45:51 +00:00
9 lines
156 B
YAML
9 lines
156 B
YAML
---
|
|
kind: pipeline
|
|
name: shellcheck
|
|
|
|
steps:
|
|
- name: shellcheck
|
|
image: koalaman/shellcheck-alpine:stable
|
|
commands:
|
|
- shellcheck pb
|