Skip to content

Allow to suppress automatic creation of --no-boolean flags #131

Allow to suppress automatic creation of --no-boolean flags

Allow to suppress automatic creation of --no-boolean flags #131

Workflow file for this run

name: Run linters
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bundle exec rubocop