From a124cb2d7a380bd5b29c83509ab19e13f790a855 Mon Sep 17 00:00:00 2001 From: Francesco Canovai Date: Tue, 6 May 2025 09:54:01 +0200 Subject: [PATCH] ci: review Fix sources and dependencies for wordlist-ordered task Signed-off-by: Francesco Canovai --- Taskfile.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Taskfile.yml b/Taskfile.yml index 5315ffe..c7cf01f 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -35,6 +35,8 @@ tasks: cmds: - LANG=C LC_ALL=C sort .wordlist.txt > .wordlist.txt.new - mv -f .wordlist.txt.new .wordlist.txt + sources: + - .wordlist.txt spellcheck: desc: Run spellcheck @@ -67,6 +69,7 @@ tasks: deps: - manifest-main - apidoc + - wordlist-ordered env: # renovate: datasource=git-refs depName=uncommitted lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main DAGGER_UNCOMMITTED_SHA: ba865842d907910c469d016c3ecfa009e4c66915