Skip to content

update our pronto-ruby to the latest (based on Renato's work) #28

update our pronto-ruby to the latest (based on Renato's work)

update our pronto-ruby to the latest (based on Renato's work) #28

Workflow file for this run

name: Pronto
on:
- push
jobs:
run:
permissions:
checks: write
contents: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: git fetch origin main
- name: Pronto Run
uses: ./
with:
target: origin/main
runners: >-
rubocop brakeman
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}