We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1fe811 commit 8defa9aCopy full SHA for 8defa9a
.github/workflows/pmd.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: pmd/pmd-github-action@v2
15
id: pmd
16
with:
17
- rulesets: 'ruleset.xml'
+ rulesets: '.github/workflows/ruleset.xml'
18
analyzeModifiedFilesOnly: true
19
createGitHubAnnotations: false
20
uploadSarifReport: true
0 commit comments