We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cca0a3e commit 009e4a7Copy full SHA for 009e4a7
.github/workflows/verify-hibernate.yml
@@ -39,6 +39,14 @@ jobs:
39
java-version: 17
40
cache: 'maven'
41
42
+ - name: Cache local Maven repository
43
+ uses: actions/cache@v4
44
+ with:
45
+ path: ~/.m2/repository
46
+ key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
47
+ restore-keys: |
48
+ ${{ runner.os }}-maven-
49
+
50
- name: Check file license headers
51
run: mvn license:check --batch-mode
52
.github/workflows/verify.yml
0 commit comments