Skip to content

Add Harmonic Frankerdancer #3467

Add Harmonic Frankerdancer

Add Harmonic Frankerdancer #3467

Workflow file for this run

name: Pronto
on: [pull_request]
jobs:
pronto:
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: .ruby-version
- name: Setup pronto
run: gem install 'activesupport:6.1.7.10' 'multi_xml:0.7.1' 'faraday-net_http:3.4.0' 'faraday:2.13.1' 'public_suffix:6.0.2' 'pronto:0.11.2' 'pronto-rubocop:0.11.6' 'rubocop:1.63.5' 'rubocop-rails:2.24.1'
- name: Run Pronto
env:
PRONTO_PULL_REQUEST_ID: ${{ github.event.pull_request.number }}
PRONTO_GITHUB_ACCESS_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
run: pronto run -f github_status github_pr_review -c origin/${{ github.base_ref }}