Skip to content

feat(scale-agent): doc scale agent horizontal scaling #4891

feat(scale-agent): doc scale agent horizontal scaling

feat(scale-agent): doc scale agent horizontal scaling #4891

Workflow file for this run

name: Linting
on: [pull_request]
jobs:
prose:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Vale Linter
# https://github.com/marketplace/actions/vale-linter
uses: errata-ai/vale-action@reviewdog
with:
# https://github.com/reviewdog/reviewdog#filter-mode
filter_mode: added
# Optional. Only lint modified files. Once we pay off tech debt, we'll switch the linting to onlyAnnotateModifiedLines afterwards
# files: __onlyModified # this is for versions > 1.3.0