Files
Salesforce-CI-CD/.github/workflows/pmd-analysis.yml
T
Workflow config file is invalid. Please check your config file: model.ReadWorkflow: yaml: unmarshal errors: line 6: cannot unmarshal !!str `ubuntu_...` into model.Job line 8: cannot unmarshal !!seq into model.Job line 10: cannot unmarshal !!str `echo "P...` into model.Job

11 lines
217 B
YAML

# .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"