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 : 43d78311e8d9f7f3985a103fdd7dab26bf9c5735
27+ DAGGER_SPELLCHECK_SHA : 32dae448c22c7b3207753334307a8e4c9870991a
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 : 43d78311e8d9f7f3985a103fdd7dab26bf9c5735
41+ DAGGER_COMMITLINT_SHA : 32dae448c22c7b3207753334307a8e4c9870991a
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 : 43d78311e8d9f7f3985a103fdd7dab26bf9c5735
51+ DAGGER_UNCOMMITTED_SHA : 32dae448c22c7b3207753334307a8e4c9870991a
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