File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
desc : Run spellcheck
18
18
env :
19
19
# renovate: datasource=git-refs depName=spellcheck lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
20
- DAGGER_SPELLCHECK_SHA : 15ae21b03bab44124ddd7e3f3728f45503c6f185
20
+ DAGGER_SPELLCHECK_SHA : b8e24f5ad3e7da6dce9f6f9edd93baf165f3106a
21
21
cmds :
22
22
- >
23
23
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/spellcheck@${DAGGER_SPELLCHECK_SHA}
31
31
desc : Check for conventional commits
32
32
env :
33
33
# renovate: datasource=git-refs depName=commitlint lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
34
- DAGGER_COMMITLINT_SHA : 15ae21b03bab44124ddd7e3f3728f45503c6f185
34
+ DAGGER_COMMITLINT_SHA : b8e24f5ad3e7da6dce9f6f9edd93baf165f3106a
35
35
cmds :
36
36
- >
37
37
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/commitlint@${DAGGER_COMMITLINT_SHA}
41
41
desc : Check for uncommitted changes
42
42
env :
43
43
# renovate: datasource=git-refs depName=uncommitted lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
44
- DAGGER_UNCOMMITTED_SHA : 15ae21b03bab44124ddd7e3f3728f45503c6f185
44
+ DAGGER_UNCOMMITTED_SHA : b8e24f5ad3e7da6dce9f6f9edd93baf165f3106a
45
45
cmds :
46
46
- GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/uncommitted@${DAGGER_UNCOMMITTED_SHA} check-uncommitted --source . stdout
47
47
sources :
You can’t perform that action at this time.
0 commit comments