Skip to content

Commit

Permalink
work around rubocop shortcomings
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Dec 28, 2023
1 parent 0080ff9 commit 1c6bde2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
working-directory: getargv_ruby
- name: Create .ruby-version file
run: echo ${{ matrix.ruby }} > .ruby_version
working-directory: getargv_ruby
- name: Run the default task
run: bundle exec rake
working-directory: getargv_ruby

0 comments on commit 1c6bde2

Please sign in to comment.