Skip to content

Fix/failed to load yard plugin #9

Fix/failed to load yard plugin

Fix/failed to load yard plugin #9

Workflow file for this run

name: Pronto
on:
pull_request:
types: [opened, synchronize]
jobs:
pronto:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 150
- run: git fetch origin develop --depth=100
- uses: apptweak/pronto-ruby@use_head_commit
with:
target: ${{ github.event.pull_request.base.ref }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}