Skip to content

Commit 58331b6

Browse files
rnveachromani
authored andcommitted
config: adds git diff to github workflow
1 parent d1b27a2 commit 58331b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ jobs:
2929

3030
- name: Build with Maven
3131
run: mvn --errors --no-transfer-progress install
32+
33+
- name: Difference Check
34+
run: ./.ci/validation.sh git-diff

0 commit comments

Comments
 (0)