mirror of
https://tildegit.org/tomasino/pb.git
synced 2024-11-20 03:25:54 +01:00
adds drone tests for shellcheck
This commit is contained in:
parent
78cf063bea
commit
849902f729
9
.drone.yml
Normal file
9
.drone.yml
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
kind: pipeline
|
||||
name: shellcheck
|
||||
|
||||
steps:
|
||||
- name: shellcheck
|
||||
image: koalaman/shellcheck-alpine:stable
|
||||
commands:
|
||||
- shellcheck pb
|
Loading…
Reference in New Issue
Block a user