Skip to content

docs: continuing to add to naming and style guide #432

docs: continuing to add to naming and style guide

docs: continuing to add to naming and style guide #432

Workflow file for this run

name: Use Vale to test markdown for spelling and prose styles
on: [push]
jobs:
prose:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Vale linter
uses: errata-ai/[email protected]
with:
files: __onlyModified
onlyAnnotateModifiedLines: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}