From fa3c7844cb2dde428d423454fa8a3d9edc6c43d6 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 2 Jan 2023 11:02:31 +0100 Subject: [PATCH] fix(ci): fix tested script --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index b1ced42..6202aa4 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,4 +2,4 @@ pipeline: shellcheck: image: pipelinecomponents/shellcheck commands: - - shellcheck ./timeout + - shellcheck ./script