We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 344028f commit a124cb2Copy full SHA for a124cb2
1 file changed
Taskfile.yml
@@ -35,6 +35,8 @@ tasks:
35
cmds:
36
- LANG=C LC_ALL=C sort .wordlist.txt > .wordlist.txt.new
37
- mv -f .wordlist.txt.new .wordlist.txt
38
+ sources:
39
+ - .wordlist.txt
40
41
spellcheck:
42
desc: Run spellcheck
@@ -67,6 +69,7 @@ tasks:
67
69
deps:
68
70
- manifest-main
71
- apidoc
72
+ - wordlist-ordered
73
env:
74
# renovate: datasource=git-refs depName=uncommitted lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
75
DAGGER_UNCOMMITTED_SHA: ba865842d907910c469d016c3ecfa009e4c66915
0 commit comments