Iain Gray

Results 2 comments of Iain Gray

If it helps anyone else, this is very similar to the above, but does not require a fork: ``` name: reviewdog on: [pull_request] jobs: rubocop: name: runner / rubocop runs-on:...

For anyone reading this today, this is what I had to do to make this work: ```ruby module Devise module Strategies # This combines database_authenticatable with two_factor_authenticatable # and two_factor_backupable...