Skip to content

ci: adoption of sfdx-scan-pull-request by mitch spano #33

ci: adoption of sfdx-scan-pull-request by mitch spano

ci: adoption of sfdx-scan-pull-request by mitch spano #33

Workflow file for this run

name: Pull Request
on:
pull_request:
branches:
- main
paths:
- force-app/**
jobs:
code-analyze:
name: Run Salesforce Code Analyzer
uses: ./.github/workflows/code-analyze.yml
secrets: inherit
incremental-deploy:
name: Validate deployment delta changes
uses: ./.github/workflows/incremental-deploy.yml
secrets: inherit
with:
baseRef: 'origin/${GITHUB_BASE_REF}'
targetRef: 'HEAD'
validateOnly: true