Skip to content

Commit 2641768

Browse files
authored
Update README.md
1 parent db298f6 commit 2641768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: sfdx-actions/setup-pmd@v1
1919
- name: run-pmd
20-
run: $HOME/pmd/bin/run.sh pmd -d ./force-app/main/default/classes -R category/apex/design.xml -f text
20+
run: pmd -d ./force-app/main/default/classes -R category/apex/design.xml -f text
2121
```
2222
2323
## License

0 commit comments

Comments
 (0)