Fix/make sure start date before end date #59052
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 DataDog Service Catalog Files | |
| # This workflow has the opposite filter as validate-datadog-changes.yml. See .github/scripts/validate-datadog-yaml/README.md for more information | |
| on: | |
| pull_request: | |
| paths-ignore: | |
| - "datadog-service-catalog/**.yml" | |
| permissions: | |
| contents: read | |
| jobs: | |
| validate_files: | |
| runs-on: ubuntu-latest | |
| name: Validate changes to DataDog Service Catalog Files | |
| steps: | |
| - run: echo "PASS -- No files to validate." |