Add CI?
This commit is contained in:
parent
c767fe01d4
commit
ddce478b59
1 changed files with 8 additions and 0 deletions
8
.drone.yaml
Normal file
8
.drone.yaml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
kind: pipeline
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: test
|
||||||
|
image: koalaman/shellcheck:latest
|
||||||
|
commands:
|
||||||
|
- shellcheck essai.sh
|
Loading…
Reference in a new issue