Skip to content

Commit

Permalink
Add action
Browse files Browse the repository at this point in the history
  • Loading branch information
renatolond committed Sep 18, 2024
1 parent 01caaee commit 5b55c0f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/pronto.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Pronto

on:
- pull_request

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

0 comments on commit 5b55c0f

Please sign in to comment.