Remove buf dly in simulation #19
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: Lint FazyRV | |
on: [push, pull_request] | |
jobs: | |
lint_svlint: | |
name: Lint using svlint | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
- name: Install svlint | |
run: sudo snap install svlint | |
- name: Linting with svlint | |
run: make lint.svlint >> $GITHUB_STEP_SUMMARY |