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 1717 desc : Run spellcheck
1818 env :
1919 # renovate: datasource=git-refs depName=spellcheck lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
20- DAGGER_SPELLCHECK_SHA : 43d78311e8d9f7f3985a103fdd7dab26bf9c5735
20+ DAGGER_SPELLCHECK_SHA : 32dae448c22c7b3207753334307a8e4c9870991a
2121 cmds :
2222 - >
2323 GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/spellcheck@${DAGGER_SPELLCHECK_SHA}
3131 desc : Check for conventional commits
3232 env :
3333 # renovate: datasource=git-refs depName=commitlint lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
34- DAGGER_COMMITLINT_SHA : 43d78311e8d9f7f3985a103fdd7dab26bf9c5735
34+ DAGGER_COMMITLINT_SHA : 32dae448c22c7b3207753334307a8e4c9870991a
3535 cmds :
3636 - >
3737 GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/commitlint@${DAGGER_COMMITLINT_SHA}
4141 desc : Check for uncommitted changes
4242 env :
4343 # renovate: datasource=git-refs depName=uncommitted lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
44- DAGGER_UNCOMMITTED_SHA : 43d78311e8d9f7f3985a103fdd7dab26bf9c5735
44+ DAGGER_UNCOMMITTED_SHA : 32dae448c22c7b3207753334307a8e4c9870991a
4545 cmds :
4646 - GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/uncommitted@${DAGGER_UNCOMMITTED_SHA} check-uncommitted --source . stdout
4747 sources :
You can’t perform that action at this time.
0 commit comments