vt89

Results 5 issues of vt89

**What exactly happened?** The following workflow gives this error: ``` Installing prettier... Checking plugin: prettier-plugin-apex Prettifying files... Files: /home/runner/work/_actions/creyD/prettier_action/v4.2/entrypoint.sh: line 74: prettier: command not found Problem running prettier with --write...

bug

The PMD CLI has the `--force-language` options to force a language to be used for all input files, irrespective of file names. This feature allows us to use GitHub Actions...

enhancement

I am using multiple PMD rulesets within the scan: pmd ├── pmd-ruleset.xml ├── custom-pmd-ruleset.xml The `pmd-ruleset.xml` is: ``` Master Ruleset ...... ``` The `custom-pmd-ruleset.xml` contains two rules: ``` Custom PMD...

Suppose a Pull Request has an Apex Class with a single PMD violation and an LWC with a single violation. We want to have a GitHub Action with two parallel...