Skip to content

New information architecture #2450

New information architecture

New information architecture #2450

Workflow file for this run

---
name: Check for lint errors
on:
pull_request:
branches:
- main
jobs:
lint:
name: Lint Code Base, Spelling
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