Skip to content

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

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

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

Workflow file for this run

---
name: Check for lint errors
on:
pull_request:
branches:
- main
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Lint code
uses: ConsenSys/docs-gha/lint@main
- name: Lint markdown
uses: ConsenSys/docs-gha/lint-markdown@main