Skip to content

Test pronto action

Test pronto action #6

Workflow file for this run

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