Skip to content

Commit

Permalink
Trying ' -f.diff.strip=0'
Browse files Browse the repository at this point in the history
  • Loading branch information
leventeBajczi committed Mar 19, 2024
1 parent 406b518 commit f633b26
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 @@ -73,7 +73,7 @@ jobs:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git diff
git diff | reviewdog -f=diff -reporter=github-pr-review -tee -fail-on-error=true
git diff | reviewdog -f=diff -f.diff.strip=0 -reporter=github-pr-review -tee -fail-on-error=true
- name: version is incorrect, reporting
if: ${{ steps.version_test.outputs.status }} == "notok"
run: |
Expand Down

0 comments on commit f633b26

Please sign in to comment.