We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1b27a2 commit 58331b6Copy full SHA for 58331b6
.github/workflows/maven.yml
@@ -29,3 +29,6 @@ jobs:
29
30
- name: Build with Maven
31
run: mvn --errors --no-transfer-progress install
32
+
33
+ - name: Difference Check
34
+ run: ./.ci/validation.sh git-diff
0 commit comments