generated from Szandor72/devops-center-template
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
221 additions
and
203 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
name: Code Scans with SFDX Scanner | ||
|
||
on: | ||
pull_request: | ||
types: [opened, synchronize, reopened] | ||
branches: | ||
- integration | ||
paths: | ||
- 'force-app/**' | ||
pull_request: | ||
types: [opened, synchronize, reopened] | ||
branches: | ||
- integration | ||
paths: | ||
- "force-app/**" | ||
|
||
jobs: | ||
sfdx-scanner: | ||
name: 'Validate Code' | ||
uses: 'Szandor72/devops-center-actions/.github/workflows/validate-code.yml@main' | ||
secrets: inherit | ||
sfdx-scanner: | ||
name: "Validate Code" | ||
uses: "Szandor72/devops-center-actions/.github/workflows/validate-code.yml@main" | ||
secrets: inherit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
name: Validate Deployment | ||
|
||
on: | ||
pull_request: | ||
types: [opened, synchronize, reopened] | ||
branches: | ||
- integration | ||
paths: | ||
- 'force-app/**' | ||
pull_request: | ||
types: [opened, synchronize, reopened] | ||
branches: | ||
- integration | ||
paths: | ||
- "force-app/**" | ||
|
||
jobs: | ||
validate-deployment: | ||
name: 'SFDX Scanner' | ||
uses: 'Szandor72/devops-center-actions/.github/workflows/validate-deployment.yml@main' | ||
secrets: inherit | ||
validate-deployment: | ||
name: "SFDX Scanner" | ||
uses: "Szandor72/devops-center-actions/.github/workflows/validate-deployment.yml@main" | ||
secrets: inherit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
name: Custom Metadata Checks | ||
|
||
on: | ||
pull_request: | ||
types: [opened, synchronize, reopened] | ||
branches: | ||
- integration | ||
paths: | ||
- 'force-app/**' | ||
pull_request: | ||
types: [opened, synchronize, reopened] | ||
branches: | ||
- integration | ||
paths: | ||
- "force-app/**" | ||
|
||
jobs: | ||
validate-metadata: | ||
name: 'Validate Metadata' | ||
uses: 'Szandor72/devops-center-actions/.github/workflows/validate-metadata.yml@main' | ||
validate-metadata: | ||
name: "Validate Metadata" | ||
uses: "Szandor72/devops-center-actions/.github/workflows/validate-metadata.yml@main" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"orgName": "Demo company", | ||
"edition": "Developer", | ||
"features": ["EnableSetPasswordInApi"], | ||
"settings": { | ||
"lightningExperienceSettings": { | ||
"enableS1DesktopEnabled": true | ||
}, | ||
"mobileSettings": { | ||
"enableS1EncryptedStoragePref2": false | ||
} | ||
"orgName": "Demo company", | ||
"edition": "Developer", | ||
"features": ["EnableSetPasswordInApi"], | ||
"settings": { | ||
"lightningExperienceSettings": { | ||
"enableS1DesktopEnabled": true | ||
}, | ||
"mobileSettings": { | ||
"enableS1EncryptedStoragePref2": false | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.