Skip to content

Make skip-empty the default behavior and remove option #11

Make skip-empty the default behavior and remove option

Make skip-empty the default behavior and remove option #11

Workflow file for this run

name: standardrb
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.1
bundler-cache: true
cache-version: 1
- name: Run Standard Ruby
run: bundle exec rake standard