Skip to content

chore(release): add release notes for 2.32.1-rc2 #4979

chore(release): add release notes for 2.32.1-rc2

chore(release): add release notes for 2.32.1-rc2 #4979

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