Skip to content

Commit

Permalink
CI: Make reviewdog only upload linting and formatting logfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
tmichalak committed Nov 21, 2024
1 parent 2388ae0 commit 0bc3d69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/verible-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ jobs:
- uses: chipsalliance/verible-formatter-action@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reviewdog_reporter: 'local'
fail_on_formatting_suggestions: ${{ github.event_name != 'pull_request_target' }}
1 change: 1 addition & 0 deletions .github/workflows/verible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 0bc3d69

Please sign in to comment.