Skip to content

Commit

Permalink
update reviewdog
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored Jan 7, 2024
1 parent a2913e3 commit e3e3493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
git diff --exit-code
- if: ${{ (github.event_name == 'pull_request') && failure() }}
run: |
REVIEWDOG_VERSION="0.14.1"
REVIEWDOG_VERSION="0.16.0"
FILE_NAME="reviewdog_${REVIEWDOG_VERSION}_Linux_x86_64"
wget -q https://github.com/reviewdog/reviewdog/releases/download/v${REVIEWDOG_VERSION}/${FILE_NAME}.tar.gz &&
gunzip ${FILE_NAME}.tar.gz &&
Expand Down

0 comments on commit e3e3493

Please sign in to comment.