Skip to content

Commit

Permalink
Merge branch 'chipsalliance:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
alaindargelas authored Dec 21, 2023
2 parents f7e7fce + 43c3fe4 commit 3115372
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/tests-lint-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ on:
jobs:
lint_review:
runs-on: ubuntu-latest

# This needs to be configured more in detail: test-cases are typically
# coming from various external sources or are intentionally not
# adhering to lint rules as they expose a particular problem.
# Also, tests are typically named dut.sv, which typically does not
# match the module inside.
# It is probably more worthwhile to apply lint rules offline than
# commenting on pull requests which mostly results in non-actionable
# suggestions, increasing noise. Until the details are figured out:
# disable this for now.
if: false

steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 3115372

Please sign in to comment.