Skip to content

Commit

Permalink
verify dependency updates
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Hoß <[email protected]>
  • Loading branch information
sebhoss committed Mar 29, 2024
1 parent 474ba25 commit 7cd7adf
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 12 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,8 @@ jobs:
fi
env:
RUSTFLAGS: "--deny warnings"
- name: Check Dependency Updates
run: ./code-generator/test-custom-resources.sh about_k8s_io
if: ${{ github.actor == 'dependabot[bot]' }}
env:
RUSTFLAGS: "--deny warnings"
81 changes: 69 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7cd7adf

Please sign in to comment.