Skip to content

chore(release): Automated agent release notes (v1.0.81) #4995

chore(release): Automated agent release notes (v1.0.81)

chore(release): Automated agent release notes (v1.0.81) #4995

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@3f7188c866bcb3259339a09f517d7c4a8838303c
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