Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AO3-6854 Bump reviewdog/action-rubocop from 2.19.1 to 2.20.0 #4975

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
bundler-cache: true

- name: rubocop
uses: reviewdog/action-rubocop@5e23bb67d79c93e5eb45bdae6d08b04052afec35
uses: reviewdog/action-rubocop@ef7ea4380fa10c72a1671f16f4fa37927c75f42c
with:
use_bundler: true
reporter: github-pr-check
skip_install: true
fail_on_error: true
fail_level: any

erb-lint:
name: ERB Lint runner
Expand Down
Loading