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 291aef6 commit 8a43003Copy full SHA for 8a43003
.github/workflows/pmd.yml
@@ -23,7 +23,7 @@ jobs:
23
env:
24
PMD_VERSION: 7.14.0
25
run: |
26
- curl -sSL -o pmd.zip \
+ curl -sSL \
27
"https://github.com/pmd/pmd/releases/download/pmd_releases/${PMD_VERSION}/pmd-dist-${PMD_VERSION}-bin.zip"
28
unzip -q pmd.zip
29
PMD_HOME="pmd-bin-${PMD_VERSION}"
0 commit comments