This repository has been archived on 2025-11-23. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2021-03-10 23:25:27 +01:00
|
|
|
---
|
|
|
|
|
kind: pipeline
|
|
|
|
|
name: linters
|
|
|
|
|
steps:
|
|
|
|
|
- name: run shellcheck
|
|
|
|
|
image: koalaman/shellcheck-alpine:v0.7.1
|
|
|
|
|
commands:
|
|
|
|
|
- shellcheck abra-hetzner
|
|
|
|
|
trigger:
|
|
|
|
|
branch:
|
|
|
|
|
- main
|