Skip to content

Only run pronto in ruby file changes #2

Only run pronto in ruby file changes

Only run pronto in ruby file changes #2

Workflow file for this run

name: Pronto
on:
pull_request
paths:

Check failure on line 5 in .github/workflows/pronto.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pronto.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
- "**/*.rb"
- Rakefile
- config.ru
- Gemfile
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/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
target: origin/main