File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 55 desc : Run controller-gen
66 env :
77 # renovate: datasource=git-refs depName=controller-gen lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
8- DAGGER_CONTROLLER_GEN_SHA : 838ccbbd35b0e5e9a7d4af600fa8fa1a4259b1d0
8+ DAGGER_CONTROLLER_GEN_SHA : 3923866bb6d43e7cf64047b6e910dc90687add2f
99 cmds :
1010 - >
1111 GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/controller-gen@${DAGGER_CONTROLLER_GEN_SHA}
2020 desc : Run spellcheck
2121 env :
2222 # renovate: datasource=git-refs depName=spellcheck lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
23- DAGGER_SPELLCHECK_SHA : 838ccbbd35b0e5e9a7d4af600fa8fa1a4259b1d0
23+ DAGGER_SPELLCHECK_SHA : 3923866bb6d43e7cf64047b6e910dc90687add2f
2424 cmds :
2525 - >
2626 GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/spellcheck@${DAGGER_SPELLCHECK_SHA}
4848 desc : Check for conventional commits
4949 env :
5050 # renovate: datasource=git-refs depName=commitlint lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
51- DAGGER_COMMITLINT_SHA : 838ccbbd35b0e5e9a7d4af600fa8fa1a4259b1d0
51+ DAGGER_COMMITLINT_SHA : 3923866bb6d43e7cf64047b6e910dc90687add2f
5252 cmds :
5353 - GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/commitlint@${DAGGER_COMMITLINT_SHA} lint --source . --args "--from=origin/main" stdout
5454
5858 - controller-gen
5959 env :
6060 # renovate: datasource=git-refs depName=uncommitted lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
61- DAGGER_UNCOMMITTED_SHA : 838ccbbd35b0e5e9a7d4af600fa8fa1a4259b1d0
61+ DAGGER_UNCOMMITTED_SHA : 3923866bb6d43e7cf64047b6e910dc90687add2f
6262 cmds :
6363 - >
6464 GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/uncommitted@${DAGGER_UNCOMMITTED_SHA}
You can’t perform that action at this time.
0 commit comments