Skip to content

Commit 8a43003

Browse files
committed
removed pmd.zip
1 parent 291aef6 commit 8a43003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pmd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
env:
2424
PMD_VERSION: 7.14.0
2525
run: |
26-
curl -sSL -o pmd.zip \
26+
curl -sSL \
2727
"https://github.com/pmd/pmd/releases/download/pmd_releases/${PMD_VERSION}/pmd-dist-${PMD_VERSION}-bin.zip"
2828
unzip -q pmd.zip
2929
PMD_HOME="pmd-bin-${PMD_VERSION}"

0 commit comments

Comments
 (0)