mirror of
https://tildegit.org/tomasino/pb.git
synced 2025-01-12 13:07:21 +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
|