Archived
forked from toolshed/abra-hetzner
Init plugin script
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
---
|
||||
kind: pipeline
|
||||
name: linters
|
||||
steps:
|
||||
- name: run shellcheck
|
||||
image: koalaman/shellcheck-alpine:v0.7.1
|
||||
commands:
|
||||
- shellcheck abra-hetzner
|
||||
trigger:
|
||||
branch:
|
||||
- main
|
||||
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
main() {
|
||||
echo "Hello, World!"
|
||||
}
|
||||
|
||||
main
|
||||
Reference in New Issue
Block a user