Skip to content

WIP: adding a md linter to the lint process #19

WIP: adding a md linter to the lint process

WIP: adding a md linter to the lint process #19

Workflow file for this run

---
name: Check for spelling with vale
on:
pull_request:
branches:
- main
jobs:
vale:
name: Spelling
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Vale
uses: ConsenSys/docs-gha/spelling@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}