Align readme with added rvc variants #93
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: Lint FazyRV | |
| on: [push, pull_request] | |
| jobs: | |
| lint_svlint: | |
| name: Lint using svlint | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repository | |
| uses: actions/checkout@v5 | |
| - name: Install svlint | |
| run: sudo snap install svlint | |
| - name: Linting with svlint | |
| run: make lint.svlint >> $GITHUB_STEP_SUMMARY |