Compare commits

..

2 Commits

Author SHA1 Message Date
b9fa750e04
Merge branch 'master' of gitea:tormakris/kmlabz-homepage
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2020-02-01 18:58:14 +01:00
89a09573d6
drone config 2020-02-01 18:58:07 +01:00

13
.drone.yml Normal file
View File

@ -0,0 +1,13 @@
kind: pipeline
type: docker
name: default
steps:
- name:
image: ubuntu
commands:
- apt update && apt upgrade -y && apt install -y w3c-markup-validator
trigger:
branch:
- master