Skip to content

Bump paambaati/codeclimate-action from 2.7.5 to 9.0.0 #71

Bump paambaati/codeclimate-action from 2.7.5 to 9.0.0

Bump paambaati/codeclimate-action from 2.7.5 to 9.0.0 #71

Workflow file for this run

name: Pronto
on:
pull_request:
branches: [master]
jobs:
pronto:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
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 }}