Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
tycooon committed Sep 13, 2024
1 parent f29a2ef commit f3c32ff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,13 @@ jobs:
steps:
- uses: actions/checkout@v2

- run: cd rubocop

- uses: ruby/setup-ruby@v1
with:
ruby-version: 3
bundler-cache: true
working-directory: rubocop

- run: bundle exec rake
- run: cd rubocop && bundle exec rake

release-gem:
runs-on: ubuntu-latest
Expand All @@ -36,11 +35,12 @@ jobs:
steps:
- uses: actions/checkout@v4

- run: cd rubocop

- uses: ruby/setup-ruby@v1
with:
ruby-version: ruby
bundler-cache: true
working-directory: rubocop

- uses: rubygems/release-gem@v1
working-directory: rubocop

0 comments on commit f3c32ff

Please sign in to comment.