add basic PMD analysis workflow placeholder
This commit is contained in:
@@ -0,0 +1,10 @@
|
|||||||
|
# .github/workflows/pmd-analysis.yml
|
||||||
|
name: PMD Check
|
||||||
|
on: [pull_request]
|
||||||
|
jobs:
|
||||||
|
pmd:
|
||||||
|
runs-on: ubuntu_latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- name: Placeholder Step
|
||||||
|
run: echo "PMD check will go here"
|
||||||
Reference in New Issue
Block a user