Regenerate client from commit b7c7cb31b311d365effa2c7e8de7aa5c91deb6c… #523
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
| on: | |
| push: | |
| branches: [v2] | |
| permissions: | |
| contents: read | |
| jobs: | |
| check-quality: | |
| runs-on: ubuntu-latest | |
| name: Datadog Static Analyzer | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v3 | |
| - name: Check code meets quality standards | |
| id: datadog-static-analysis | |
| uses: DataDog/datadog-static-analyzer-github-action@v1 | |
| with: | |
| dd_api_key: ${{ secrets.DD_API_KEY }} | |
| dd_app_key: ${{ secrets.DD_APP_KEY }} | |
| dd_service: datadog-api-client-typescript | |
| dd_site: datadoghq.com | |
| dd_env: ci | |
| cpu_count: 2 | |