We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7854783 commit 98d977dCopy full SHA for 98d977d
.github/workflows/lint.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Install bender
41
run: curl --proto '=https' --tlsv1.2 https://pulp-platform.github.io/bender/init -sSf | sh -s -- 0.26.0
42
- name: Re-vendor and diff
43
- run: ./bender import --refetch && git diff --exit-code
+ run: ./bender vendor init && git diff --exit-code
44
45
internal:
46
name: Internal CI
0 commit comments