homepage/.drone.yml
Torma Kristóf 3b7f5e359e
All checks were successful
continuous-integration/drone/push Build is passing
fix drone config
2020-02-01 19:04:14 +01:00

14 lines
203 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: html_validate
image: ubuntu
commands:
- apt update && apt upgrade -y && apt install -y w3c-markup-validator
trigger:
branch:
- master