Move the interfaces from RestFramework class as independent. #6
Workflow file for this run
This file contains hidden or 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
| name: Deployment Verification | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| on: | |
| pull_request: | |
| branches: | |
| - develop | |
| types: | |
| - opened | |
| - synchronize | |
| - reopened | |
| jobs: | |
| deploy_verification: | |
| uses: akohan91/libak-salesforce-ci/.github/workflows/deployment_validation.yaml@main | |
| secrets: inherit |