forked from coop-cloud/backup-bot-two
13 lines
177 B
YAML
13 lines
177 B
YAML
|
---
|
||
|
kind: pipeline
|
||
|
name: linters
|
||
|
steps:
|
||
|
- name: run shellcheck
|
||
|
image: koalaman/shellcheck-alpine
|
||
|
commands:
|
||
|
- shellcheck backup.sh
|
||
|
|
||
|
trigger:
|
||
|
branch:
|
||
|
- main
|