Skip to content

chore(release): Automated agent release notes (v1.0.62) #4545

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

chore(release): Automated agent release notes (v1.0.62) #4545

Workflow file for this run

name: Linting
on: [pull_request]
jobs:
prose:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Vale
uses: errata-ai/vale-action@master
with:
# 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
# only annotate lines that have been modified within a PR
onlyAnnotateModifiedLines: true
env:
# Required
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}