Skip to content

Fix find_class_and_command_by_namespace to correctly identify hyphena… #1

Fix find_class_and_command_by_namespace to correctly identify hyphena…

Fix find_class_and_command_by_namespace to correctly identify hyphena… #1

Workflow file for this run

name: Run linters
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- 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