Skip to content

Commit

Permalink
CI: Upload linting results to logfile only
Browse files Browse the repository at this point in the history
  • Loading branch information
tmichalak committed Nov 21, 2024
1 parent 2388ae0 commit ac436c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/verible-lint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Verible linter

on:
pull_request_target:
push:

jobs:
lint-review:
Expand All @@ -17,6 +17,7 @@ jobs:
- uses: chipsalliance/verible-linter-action@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reviewdog_reporter: 'local'
extra_args: '--waiver_files=./violations.waiver'
paths: |
./design
Expand Down

0 comments on commit ac436c9

Please sign in to comment.