Skip to content

Commit

Permalink
ci: Report formatting issues in github checks
Browse files Browse the repository at this point in the history
Signed-off-by: Nils Wistoff <[email protected]>
  • Loading branch information
niwis committed Mar 5, 2024
1 parent 0b5c0ef commit 2126730
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/verible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: chipsalliance/verible-formatter-action@main
- uses: niwis/verible-formatter-action@pulp
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
files: 'core/**/*.{v,sv}'
fail_on_formatting_suggestions: true
reviewdog_reporter: github-check

0 comments on commit 2126730

Please sign in to comment.