Skip to content

NEW (Extension) @W-17330890@ A4D SFCA Integration - Code Fixes for ApexCRUDViolation #397

NEW (Extension) @W-17330890@ A4D SFCA Integration - Code Fixes for ApexCRUDViolation

NEW (Extension) @W-17330890@ A4D SFCA Integration - Code Fixes for ApexCRUDViolation #397

Workflow file for this run

name: validate-pr
on:
pull_request:
types: [edited, opened, reopened, synchronize]
jobs:
# VALIDATE PR TITLE FORMAT
verify_pr_title:
runs-on: ubuntu-latest
name: Verify that PR title contains well-formed GUS work item tag.
steps:
# Private actions must check out repo first.
- name: Checkout
uses: actions/checkout@v4
- name: Verify PR Title
uses: ./github-actions/verify-pr-title
id: verify_pr_title
# RUN TESTS
# Step 1: Build the scanner tarball so it can be installed locally.
build_scanner_tarball:
name: 'Build scanner tarball'
uses: ./.github/workflows/build-scanner-tarball.yml
with:
target-branch: 'dev-4'
# Step 2: Actually run the tests.
run_tests:
name: 'Run unit tests'
needs: build_scanner_tarball
uses: ./.github/workflows/run-tests.yml
with:
# We want to validate the extension against whatever version of the scanner we
# *plan* to publish, not what's *already* published.
use-scanner-tarball: true
# BUILD A VSIX ARTIFACT
# Additionally, build a VSIX that can be downloaded by the user if needed.
create-vsix-artifact:
name: 'Upload VSIX as artifact'
uses: ./.github/workflows/create-vsix-artifact.yml

Check failure on line 38 in .github/workflows/validate-pr.yml

View workflow run for this annotation

GitHub Actions / validate-pr

Invalid workflow file

The workflow is not valid. In .github/workflows/validate-pr.yml (Line: 38, Col: 11): Error from called workflow forcedotcom/sfdx-code-analyzer-vscode/.github/workflows/create-vsix-artifact.yml@dd7052d9f807cebfb8fe9b84b922cf6954adf1c8 (Line: 20, Col: 9): Unexpected value 'with'
secrets: inherit