Skip to content

Merge pull request #856 from p8/validate-option-arguments #114

Merge pull request #856 from p8/validate-option-arguments

Merge pull request #856 from p8/validate-option-arguments #114

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