Skip to content

Commit

Permalink
github action for installer
Browse files Browse the repository at this point in the history
added a new run in the action to
ensure that no changes are manually added
to the custom yaml files directly or the
the all-in-one installer.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
  • Loading branch information
Madhu-1 committed Sep 4, 2024
1 parent 6d706d5 commit c17ffd8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
go-version-file: go.mod
- name: run make build
run: make build
- name: make build installer
run: make build-installer
- name: run build multifile installer
run: make build-multifile-installer
- name: Check for uncommitted changes
run: make check-all-committed
- name: Show the uncommitted "git diff"
Expand Down

0 comments on commit c17ffd8

Please sign in to comment.