Skip to content

document GA for exception profiling #35939

document GA for exception profiling

document GA for exception profiling #35939

Workflow file for this run

name: Linting
on:
pull_request:
paths:
- 'content/en/**/*'
- 'layouts/shortcodes/**/*.md'
jobs:
prose:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- name: Clone Datadog Vale
uses: actions/checkout@v3
with:
repository: DataDog/datadog-vale
path: datadog-vale
- name: Edit StylesPath in Vale config file
run: sed -i 's/\.\.\/datadog-vale\/styles/datadog-vale\/styles/' .vale.ini
- name: Run Vale
uses: errata-ai/vale-action@reviewdog
with:
reporter: github-pr-check
fail_on_error: true
filter_mode: added
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}