Skip to content

Commit a124cb2

Browse files
committed
ci: review
Fix sources and dependencies for wordlist-ordered task Signed-off-by: Francesco Canovai <[email protected]>
1 parent 344028f commit a124cb2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Taskfile.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ tasks:
3535
cmds:
3636
- LANG=C LC_ALL=C sort .wordlist.txt > .wordlist.txt.new
3737
- mv -f .wordlist.txt.new .wordlist.txt
38+
sources:
39+
- .wordlist.txt
3840

3941
spellcheck:
4042
desc: Run spellcheck
@@ -67,6 +69,7 @@ tasks:
6769
deps:
6870
- manifest-main
6971
- apidoc
72+
- wordlist-ordered
7073
env:
7174
# renovate: datasource=git-refs depName=uncommitted lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
7275
DAGGER_UNCOMMITTED_SHA: ba865842d907910c469d016c3ecfa009e4c66915

0 commit comments

Comments
 (0)