homepage/.drone.yml

14 lines
203 B
YAML
Raw Normal View History

2020-02-01 18:58:07 +01:00
kind: pipeline
type: docker
name: default
steps:
2020-02-01 19:04:14 +01:00
- name: html_validate
2020-02-01 18:58:07 +01:00
image: ubuntu
commands:
- apt update && apt upgrade -y && apt install -y w3c-markup-validator
trigger:
branch:
- master