File tree 2 files changed +15
-4
lines changed
2 files changed +15
-4
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 :
@@ -121,3 +121,15 @@ jobs:
121
121
title : CheckStyle Violations
122
122
path : ' **/checkstyle-result.xml'
123
123
mode : inline
124
+
125
+ - name : Verify Changed Files
126
+ uses : tj-actions/verify-changed-files@v20
127
+ id : verify-changed-files
128
+
129
+ - name : Fail on Changed Files
130
+ if : steps.verify-changed-files.outputs.changed_files != ''
131
+ env :
132
+ CHANGED_FILES : ${{ steps.verify-changed-files.outputs.changed_files }}
133
+ run : |
134
+ echo "::error::Files have changed: $CHANGED_FILES"
135
+ exit 1
Original file line number Diff line number Diff line change 5
5
.DS_Store
6
6
.gradle
7
7
* .iml
8
- npm-debug.log
9
- .build.log
8
+ * .log
10
9
11
10
.metadata /
12
11
bin /
You can’t perform that action at this time.
0 commit comments