Update risk disclosures (from Alpha to Beta) #3693
This file contains hidden or 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/github-actions/docs-lint-all@main | |
| - name: Lint markdown | |
| uses: ConsenSys/github-actions/docs-lint-markdown@main |