feat(external-secrets): add new integration for External Secrets Operator #7304
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: Validate repository | |
| on: | |
| push: | |
| branches: | |
| - master | |
| pull_request: | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }} | |
| cancel-in-progress: true | |
| jobs: | |
| run: | |
| uses: DataDog/integrations-core/.github/workflows/run-validations.yml@4e58c485d24656a1dbc9aae3502cbf861a6fc152 # master | |
| with: | |
| repo: extras | |
| # Validations | |
| ci: true | |
| config: true | |
| imports: true | |
| integration-style: true | |
| jmx-metrics: true | |
| legacy-signature: true | |
| metadata: true | |
| models: true | |
| package: true | |
| readmes: true | |
| codeowners: true | |
| secrets: inherit |