Add Spell Checker #56
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: Test, build and publish promql-to-dd-go | ||
| on: | ||
| push: | ||
| paths: | ||
| - 'cloud/observability/promql-to-dd-go/**' | ||
| - '!cloud/observability/promql-to-dd-go/examples/**' | ||
| - '!cloud/observability/promql-to-dd-go/helm-charts/**' | ||
| branches: | ||
| - main | ||
| tags: | ||
| - v* | ||
| pull_request: | ||
| paths: | ||
| - 'cloud/observability/promql-to-dd-go/**' | ||
| - '!cloud/observability/promql-to-dd-go/examples/**' | ||
| - '!cloud/observability/promql-to-dd-go/helm-charts/**' | ||
| permissions: | ||
| contents: read | ||
| jobs: | ||
| test: | ||
| uses: ./.github/workflows/promql-to-dd-go_test.yaml | ||
| push: | ||
|
Check failure on line 25 in .github/workflows/promql-to-dd-go.yaml
|
||
| needs: test | ||
| uses: ./.github/workflows/promql-to-dd-go_build-publish.yaml | ||