Skip to content

Merge pull request #114 from anarnold97/vale-update-8 #1

Merge pull request #114 from anarnold97/vale-update-8

Merge pull request #114 from anarnold97/vale-update-8 #1

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: Docs-Linting
# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
prose:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Vale
uses: errata-ai/vale-action@v1.4.2
with:
debug: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}