From 60f27d601fadfe9bf6f6d733965daa8656a4b2fc Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Fri, 4 Nov 2022 10:18:46 +0100 Subject: [PATCH] ci: add rate limit to link check --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5c91bf6..33318e8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -38,7 +38,7 @@ steps: - name: link-validation image: thegeeklab/link-validator commands: - - link-validator --color=always + - link-validator --color=always --rate-limit 10 environment: LINK_VALIDATOR_BASE_DIR: public LINK_VALIDATOR_RETRIES: 3 @@ -83,6 +83,6 @@ trigger: --- kind: signature -hmac: d173d1ebe0ce60057c11b6d0efd3e95a8f88a333fca3748d72685904e22776ca +hmac: 7f200f05b4a2c0a3d716a9f704549a0d1b9b07e4a81ef273492489c1d641908d ...