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 fd474ba commit 4e0154cCopy full SHA for 4e0154c
.github/workflows/check-build.yml
@@ -126,9 +126,9 @@ jobs:
126
uses: actions/cache@v4
127
with:
128
path: '**/target/pmd/pmd.cache'
129
- key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
+ key: ${{ runner.os }}-pmd-${{ hashFiles('**/pom.xml') }}
130
restore-keys: |
131
- ${{ runner.os }}-maven-
+ ${{ runner.os }}-pmd-
132
133
- name: Run PMD
134
run: ./mvnw -B test pmd:aggregate-pmd-no-fork pmd:check -P pmd -DskipTests -T2C
0 commit comments