Skip to content

Commit

Permalink
Merge pull request #377 from bastelfreak/rubocop4
Browse files Browse the repository at this point in the history
CI: Run rubocop
  • Loading branch information
bastelfreak authored May 2, 2024
2 parents 3247c02 + 6093398 commit bb981b4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@ env:
BUNDLE_WITHOUT: release

jobs:
rubocop:
env:
BUNDLE_WITHOUT: release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3"
bundler-cache: true
- name: Run Rubocop
run: bundle exec rake rubocop
test:
runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -59,6 +72,7 @@ jobs:

tests:
needs:
- rubocop
- test
runs-on: ubuntu-latest
name: Test suite
Expand Down

0 comments on commit bb981b4

Please sign in to comment.