Files
deploy_home/.drone.yml
2020-09-26 00:01:31 -04:00

19 lines
212 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:
exclude:
- pull_request