Skip to content

Bump rubygems/release-gem from 1.1.2 to 1.1.4 #116

Bump rubygems/release-gem from 1.1.2 to 1.1.4

Bump rubygems/release-gem from 1.1.2 to 1.1.4 #116

Workflow file for this run

name: Pronto
on:
pull_request:
branches: [master]
jobs:
pronto:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.5
bundler-cache: true
- name: Run Pronto
run: bundle exec pronto run --exit-code -c origin/${{ github.base_ref }}