This commit is contained in:
pat-s
2023-03-21 09:59:46 +01:00
parent 8d0a04b484
commit 66fc2fe7a9

View File

@ -40,6 +40,12 @@ steps:
- make readme
- git diff --exit-code --name-only README.md
- name: yaml lint
pull: always
image: cytopia/yamllint:alpine-1
commands:
- yamllint -f colored .
- name: discord
pull: always
image: appleboy/drone-discord:1.2.4