Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ on:
jobs:
test:
name: tests / ruby
runs-on: ubuntu-latest
runs-on:
group: SelfHostedDefault
labels: ubuntu-22.04-micro
strategy:
matrix:
ruby-version: ['2.7.8', '3.0.7']
Expand All @@ -22,7 +24,9 @@ jobs:
run: bundle exec rspec
rubocop:
name: linters / rubocop
runs-on: ubuntu-latest
runs-on:
group: SelfHostedDefault
labels: ubuntu-22.04-micro
env:
RUBY_VERSION: 2.7.8
RUBOCOP_VERSION: 1.41.1
Expand All @@ -38,7 +42,7 @@ jobs:
cache-version: 1

- name: rubocop
uses: reviewdog/action-rubocop@v2.3.0
uses: reviewdog/action-rubocop@fcb74ba274da10b18d038d0bcddaae3518739634
with:
rubocop_version: ${{ env.RUBOCOP_VERSION }}
rubocop_extensions: rubocop-performance rubocop-rake rubocop-i18n
Expand Down
Loading