add basic PMD analysis workflow placeholder

This commit is contained in:
2026-06-25 12:34:23 +02:00
parent e59958a72f
commit dddab86120
+10
View File
@@ -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"