Skip to content

Commit

Permalink
Run standardrb on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
julik committed Feb 21, 2024
1 parent 55cf871 commit 685fe0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
key: ${{ runner.os }}-rubocop-${{ hashFiles('.rubocop.yml') }}
restore-keys: |
${{ runner.os }}-rubocop-
- name: Rubocop
run: bundle exec rubocop
- name: Standard (Lint)
run: bundle exec rake standard
test:
name: Specs
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 685fe0f

Please sign in to comment.