From 71203b7b94ae3d9e9021ddc7f7ac07363102ebce Mon Sep 17 00:00:00 2001 From: Jamie Briers Date: Mon, 22 Mar 2021 12:06:29 +0000 Subject: [PATCH] update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d72bfcf..546e618 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ jobs: steps: - uses: sfdx-actions/setup-pmd@v1 + with: + pmd-version: '6.32.0' - name: run-pmd run: pmd -d ./force-app/main/default/classes -R category/apex/design.xml -f text ```