Skip to content

chore(backstage): Adding support for backstage #1

chore(backstage): Adding support for backstage

chore(backstage): Adding support for backstage #1

Workflow file for this run

name: Linting Markdown with Vale
on:
push:
branches: [ main, master ]
pull_request:
branches: [ main, master ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Lint Markdown with Vale
uses: errata-ai/vale-action@master
with:
styles: |
https://github.com/errata-ai/write-good/releases/latest/download/write-good.zip
config: https://raw.githubusercontent.com/ory/docs/${{ github.sha }}/docs/.vale.ini
onlyAnnotateModifiedLines: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}