Skip to content

Commit

Permalink
Update reviewdog CI action config
Browse files Browse the repository at this point in the history
Pin to working version. Since v2.15.0 (or reviewdog core v0.19.0) the
filter mode doesn't seem to respected.
  • Loading branch information
gbp committed Jul 10, 2024
1 parent 15c547e commit 7b03e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
ruby-version: 3.0

- name: Run RuboCop linter
uses: reviewdog/action-rubocop@v2
uses: reviewdog/action-rubocop@v2.14.0
with:
github_token: ${{ secrets.github_token }}
rubocop_flags: -DES
Expand Down

0 comments on commit 7b03e06

Please sign in to comment.