Skip to content

docs(K8sCustomResourceStatus): added plugin 3.0.x to spinnaker 2.30 #4557

docs(K8sCustomResourceStatus): added plugin 3.0.x to spinnaker 2.30

docs(K8sCustomResourceStatus): added plugin 3.0.x to spinnaker 2.30 #4557

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}}