From 80a2248b2821cd2e6b31ab2fc42e9425fa7af85d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20M=C3=A4user?= Date: Fri, 13 Jun 2025 13:00:03 +0200 Subject: [PATCH 1/2] Update .drone.yml --- .drone.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f2566f7..b886aaf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,12 @@ steps: # image: busybox # pull: if-not-exists # commands: -# - printenv +# - printenv +- name: lint + image: osshelp/drone-linter + settings: + markdown_files: + - schedule/schedule.md - name: copy-file-over-scp image: appleboy/drone-scp settings: From 88e3fce49a4173085ff79726ee0ae2708328ba27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20M=C3=A4user?= Date: Fri, 13 Jun 2025 13:03:07 +0200 Subject: [PATCH 2/2] Update .drone.yml --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index b886aaf..99cc3fd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,11 +8,11 @@ steps: # pull: if-not-exists # commands: # - printenv -- name: lint - image: osshelp/drone-linter - settings: - markdown_files: - - schedule/schedule.md + - name: lint + image: osshelp/drone-linter + settings: + markdown_files: + - schedule/schedule.md - name: copy-file-over-scp image: appleboy/drone-scp settings: