Skip to content

Update risk disclosures (from Alpha to Beta) #1447

Update risk disclosures (from Alpha to Beta)

Update risk disclosures (from Alpha to Beta) #1447

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/github-actions/docs-spelling-check@main
with:
FILEPATHS: "docs"