Skip to content

Commit

Permalink
CI job to enforce manifests generated
Browse files Browse the repository at this point in the history
  • Loading branch information
dtantsur committed Feb 2, 2024
1 parent c9b6022 commit 5c72f7f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,11 @@ jobs:
run: sudo apt install -y podman
- name: Build the image
run: podman build .
manifests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Generate manifests
run: make generate manifests
- name: Ensure there is no diff
run: git diff --exit-code

0 comments on commit 5c72f7f

Please sign in to comment.