Skip to content

Merge pull request #2 from InnerSourceCommons/custom-vocab-docs #22

Merge pull request #2 from InnerSourceCommons/custom-vocab-docs

Merge pull request #2 from InnerSourceCommons/custom-vocab-docs #22

Workflow file for this run

name: Spelling & Styles
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
vale:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Vale Linting
uses: errata-ai/vale-action@v2
with:
fail_on_error: false
vale_flags: "--no-exit"
files: README.md