From 2126730f065dc2f95475d4ff5f0d09e07f2e4ade Mon Sep 17 00:00:00 2001 From: Nils Wistoff Date: Tue, 5 Mar 2024 11:13:38 +0100 Subject: [PATCH] ci: Report formatting issues in github checks Signed-off-by: Nils Wistoff --- .github/workflows/verible.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/verible.yml b/.github/workflows/verible.yml index 1aa85c7d40..6ae945fe4f 100644 --- a/.github/workflows/verible.yml +++ b/.github/workflows/verible.yml @@ -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