Skip to content

chore(releasenotes): adding information regarding artifact-store #5065

chore(releasenotes): adding information regarding artifact-store

chore(releasenotes): adding information regarding artifact-store #5065

Workflow file for this run

name: Linting
on: [pull_request]
jobs:
prose:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
- run: echo "/home/runner/.local/share/gem/ruby/3.3.0/bin" >> $GITHUB_PATH
- 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