mirror of
https://tildegit.org/envs/pb.git
synced 2025-04-08 08:15:51 +00:00
adds drone tests for shellcheck
This commit is contained in:
parent
78cf063bea
commit
849902f729
1 changed files with 9 additions and 0 deletions
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…
Add table
Reference in a new issue