add package.xml

This commit is contained in:
2026-08-05 13:23:17 +02:00
parent dddab86120
commit 19ef90c58d
2 changed files with 8 additions and 10 deletions
-10
View File
@@ -1,10 +0,0 @@
# .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"
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
<types>
<members>Account</members>
<name>CustomObject</name>
</types>
<version>67.0</version>
</Package>