Skip to content

Commit

Permalink
Fixed reviewdog
Browse files Browse the repository at this point in the history
  • Loading branch information
leventeBajczi committed Mar 19, 2024
1 parent befc6c0 commit 8850e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ steps.generate-token.outputs.token }}
run: |
reviewdog -f=diff -reporter=github-pr-review
git diff | reviewdog -f=diff -reporter=github-pr-review
- name: version is incorrect, reporting
if: ${{ steps.version_test.outputs.status }} == "notok"
run: |
Expand Down

0 comments on commit 8850e8e

Please sign in to comment.