Add drone CI/CD file

This commit is contained in:
Jesús 2022-05-24 06:48:37 +08:00
parent 7db5e74226
commit 7c908d5f68
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

10
.drone.yml Normal file
View File

@ -0,0 +1,10 @@
kind: pipeline
name: default
steps:
- name: test
image: debian:bullseye
commands:
- apt update -y
- apt install -y shellcheck
- shellcheck hyperfi