File tree 2 files changed +15
-2
lines changed
2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 19
19
fail-fast : false
20
20
matrix :
21
21
java : [ '17', '21', 'profile-j21' ]
22
- maven : [ '3.9.6 ' ]
23
- os : [ 'ubuntu-22 .04' ]
22
+ maven : [ '3.9.9 ' ]
23
+ os : [ 'ubuntu-24 .04' ]
24
24
name : Build (Java ${{ matrix.java }}, ${{ matrix.os }})
25
25
runs-on : ${{ matrix.os }}
26
26
steps :
@@ -112,3 +112,15 @@ jobs:
112
112
title : CheckStyle Violations
113
113
path : ' **/checkstyle-result.xml'
114
114
mode : inline
115
+
116
+ - name : Verify Changed Files
117
+ uses : tj-actions/verify-changed-files@v20
118
+ id : verify-changed-files
119
+
120
+ - name : Fail on Changed Files
121
+ if : steps.verify-changed-files.outputs.changed_files != ''
122
+ env :
123
+ CHANGED_FILES : ${{ steps.verify-changed-files.outputs.changed_files }}
124
+ run : |
125
+ echo "::error::Files have changed: $CHANGED_FILES"
126
+ exit 1
Original file line number Diff line number Diff line change 6
6
.metadata /
7
7
* /plugin.xml_gen
8
8
.DS_Store
9
+ build.log
9
10
* .iml
10
11
.idea /
11
12
.gradle /
You can’t perform that action at this time.
0 commit comments