From f5151ab1435fea9c4049cd160a975b271db080de Mon Sep 17 00:00:00 2001 From: Aire-One Date: Sun, 11 Sep 2022 01:35:30 +0200 Subject: [PATCH] ci(lint): perform the pipeline on jusfile changes --- .woodpecker/lint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index f90fc4e..4cf754e 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -1,9 +1,11 @@ variables: - &when_path_lua - ".woodpecker/lint.yml" + - "justfile" - "**/*.lua" - &when_path_teal - ".woodpecker/lint.yml" + - "justfile" - "**/*.tl" pipeline: