Files
deploy_home/.drone.yml
2020-09-25 23:47:33 -04:00

19 lines
210 B
YAML

kind: pipeline
type: docker
name: default
platform:
os: linux
arch: arm
steps:
- name: lint
image: bdebyl/yamllint
command:
- make lint-ci
trigger:
event:
- pull_request
- push