Update doc: Reown and Primus Branding Integration #2616
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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 |