add package.xml
This commit is contained in:
@@ -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"
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user