Skip to content

feat: repo template additions #15

feat: repo template additions

feat: repo template additions #15

Workflow file for this run

name: Pull Request
on:
pull_request:
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