We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efca60d commit 400c4f5Copy full SHA for 400c4f5
.github/workflows/ci.yml
@@ -59,7 +59,7 @@ jobs:
59
run: |
60
PMD_VERSION=$(curl -s https://api.github.com/repos/pmd/pmd/releases/latest | grep '.tag_name' | sed 's:.*/::' | sed 's:",::')
61
wget https://github.com/pmd/pmd/releases/download/pmd_releases%2F$PMD_VERSION/pmd-dist-$PMD_VERSION-bin.zip
62
- unzip pmd-dist-$PMD_VERSION-bin.zip -d ~
+ unzip pmd-dist-$PMD_VERSION-bin.zip -d ~
63
mv ~/pmd-bin-$PMD_VERSION ~/pmd
64
~/pmd/bin/pmd --version
65
0 commit comments