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 2424 desc : Run spellcheck
2525 env :
2626 # renovate: datasource=git-refs depName=spellcheck lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
27- DAGGER_SPELLCHECK_SHA : d24d288a7219586f5ad2580f749ab4fe4226d51b
27+ DAGGER_SPELLCHECK_SHA : c899668d635076ee593adaabfa7184fc753306ba
2828 cmds :
2929 - >
3030 GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/spellcheck@${DAGGER_SPELLCHECK_SHA}
3838 desc : Check for conventional commits
3939 env :
4040 # renovate: datasource=git-refs depName=commitlint lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
41- DAGGER_COMMITLINT_SHA : d24d288a7219586f5ad2580f749ab4fe4226d51b
41+ DAGGER_COMMITLINT_SHA : c899668d635076ee593adaabfa7184fc753306ba
4242 cmds :
4343 - >
4444 GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/commitlint@${DAGGER_COMMITLINT_SHA}
4848 desc : Check for uncommitted changes
4949 env :
5050 # renovate: datasource=git-refs depName=uncommitted lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
51- DAGGER_UNCOMMITTED_SHA : d24d288a7219586f5ad2580f749ab4fe4226d51b
51+ DAGGER_UNCOMMITTED_SHA : c899668d635076ee593adaabfa7184fc753306ba
5252 cmds :
5353 - GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/uncommitted@${DAGGER_UNCOMMITTED_SHA} check-uncommitted --source . stdout
5454 sources :
You can’t perform that action at this time.
0 commit comments