Skip to content

Add test action

Add test action #20

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:
ref: ${{ github.event.pull_request.head.sha }} # checkout HEAD commit instead of merge commit
fetch-depth: 50
- run: git fetch origin main
- uses: renatolond/pronto-ruby@v4.0-r
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
target: origin/main