Skip to content

Commit

Permalink
Verify generated files
Browse files Browse the repository at this point in the history
Signed-off-by: Dean Roehrich <[email protected]>
  • Loading branch information
roehrich-hpe committed Jun 18, 2024
1 parent 46247e0 commit 3cf9a03
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}

- name: "Verify CRD conversions"
run: make verify

- name: "Lowercase repository name for docker build"
id: lowercase-repository-name
run: echo "REPO_NAME=$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV
Expand Down

0 comments on commit 3cf9a03

Please sign in to comment.