Skip to content

Adding the COMMUNICATION.md to the Standard Base Documentation pattern #163

Adding the COMMUNICATION.md to the Standard Base Documentation pattern

Adding the COMMUNICATION.md to the Standard Base Documentation pattern #163

Workflow file for this run

name: Spelling & Styles
on:
push:
branches:
- main
paths:
- '**.md'
pull_request:
branches:
- main
jobs:
vale:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Vale Linting
uses: errata-ai/vale-action@reviewdog
with:
files: '["patterns/2-structured/", "patterns/3-validated/"]'
vale_flags: "--glob=*.md"
filter_mode: added
debug: true