Skip to content

Commit

Permalink
Improve glob to mach no directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Mar 13, 2024
1 parent 6c5f931 commit ec4de14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quality-monitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ jobs:
{
"id": "checkstyle",
"name": "CheckStyle",
"pattern": "**/target/**/checkstyle-result.xml"
"pattern": "**/target/**checkstyle-result.xml"
},
{
"id": "pmd",
"name": "PMD",
"pattern": "**/target/**/pmd.xml"
"pattern": "**/target/**pmd.xml"
}
]
},
Expand Down

0 comments on commit ec4de14

Please sign in to comment.