Skip to content

Add correct language for --rest-api-host-allowlist #28

Add correct language for --rest-api-host-allowlist

Add correct language for --rest-api-host-allowlist #28

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:
FILEPATHS: "docs"