Skip to content

Commit

Permalink
ci: update action to check git diff
Browse files Browse the repository at this point in the history
updating github action to run
git diff to check uncommitted files.

Signed-off-by: Madhu Rajanna <[email protected]>
  • Loading branch information
Madhu-1 committed Jul 26, 2024
1 parent 6b77fdf commit 8e8757d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ jobs:
go-version-file: go.mod
- name: run make build
run: make build
- name: gitdiff
run: git diff

0 comments on commit 8e8757d

Please sign in to comment.