Skip to content

Update how formatters are registered, allowing the addition of custom formatter #55

Update how formatters are registered, allowing the addition of custom formatter

Update how formatters are registered, allowing the addition of custom formatter #55

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