Skip to content

Commit

Permalink
ci: Exclude Spinal OHCI source from linting
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsc96 committed Mar 14, 2024
1 parent 6d8ff04 commit 0fdbdb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
uses: chipsalliance/verible-linter-action@main
with:
paths: hw
exclude_paths: hw/future/UsbOhciAxi4.v
extra_args: "--waiver_files .github/verible.waiver"
github_token: ${{ secrets.GITHUB_TOKEN }}
fail_on_error: true
Expand Down

0 comments on commit 0fdbdb9

Please sign in to comment.