Skip to content

Remove cop AuthenticatedAs (#79) #264

Remove cop AuthenticatedAs (#79)

Remove cop AuthenticatedAs (#79) #264

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- name: Default task, RSpec and Rubocop
run: bundle exec rake