Skip to content

Merge remote-tracking branch 'origin/devex/update_to_the_latest' into… #32

Merge remote-tracking branch 'origin/devex/update_to_the_latest' into…

Merge remote-tracking branch 'origin/devex/update_to_the_latest' into… #32

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