Skip to content

Bump rubocop-rspec from 2.16.0 to 2.24.1 #311

Bump rubocop-rspec from 2.16.0 to 2.24.1

Bump rubocop-rspec from 2.16.0 to 2.24.1 #311

Workflow file for this run

name: Pronto
on:
push:
pull_request:
branches:
- main
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Pronto Run
uses: ./
with:
target: origin/main
runners: >-
rubocop bundler_audit brakeman yamllint
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}