Move perr_dat_ff
closer to ICACHE_ENABLE-gated logic
#387
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: Verible linter | |
on: | |
pull_request_target: | |
jobs: | |
lint-review: | |
runs-on: ubuntu-latest | |
permissions: | |
checks: write | |
contents: read | |
pull-requests: write | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
ref: ${{ github.event.pull_request.head.sha }} | |
- uses: chipsalliance/verible-linter-action@main | |
with: | |
github_token: ${{ secrets.GITHUB_TOKEN }} | |
extra_args: '--waiver_files=./violations.waiver' | |
paths: | | |
./design | |