Skip to content

Bump step-security/harden-runner from 2.14.0 to 2.18.0 #121

Bump step-security/harden-runner from 2.14.0 to 2.18.0

Bump step-security/harden-runner from 2.14.0 to 2.18.0 #121

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