Skip to content

Bump rubocop-minitest from 0.25.1 to 0.34.2 #322

Bump rubocop-minitest from 0.25.1 to 0.34.2

Bump rubocop-minitest from 0.25.1 to 0.34.2 #322

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 }}