Skip to content

Commit

Permalink
Update pmd.yml
Browse files Browse the repository at this point in the history
indentation
  • Loading branch information
Chunnyluny committed Sep 3, 2023
1 parent e41b52a commit 4f1e693
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
java-version: "11"
- uses: pmd/pmd-github-action@v1
with:
rulesets: ruleset.xml
analyzeModifiedFilesOnly: false
rulesets: ruleset.xml
analyzeModifiedFilesOnly: false
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v1
- uses: github/codeql-action/upload-sarif@v1
with:
sarif_file: pmd-report.sarif
sarif_file: pmd-report.sarif

0 comments on commit 4f1e693

Please sign in to comment.