Skip to content

Test pronto action

Test pronto action #10

Workflow file for this run

name: Pronto
on:
- pull_request
jobs:
run:
permissions:
checks: write
contents: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: git fetch origin main
- uses: renatolond/pronto-ruby@v4.0-r
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
target: origin/main