Skip to content

Remove all references to Sketchup #12

Remove all references to Sketchup

Remove all references to Sketchup #12

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