Skip to content

Commit

Permalink
Fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
ggraca committed Feb 6, 2024
1 parent 0a9dfd2 commit 0ceab0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
name: linters
on: pull_request
on: [pull_request]

jobs:
rubocop:
name: Rubocop
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.2
bundler-cache: true
- name: Run Rubocop
run: bundle exec rubocop
- run: rubocop
1 change: 0 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ require:
- rubocop-rspec
- rubocop-performance


AllCops:
TargetRubyVersion: 3.1.2
NewCops: enable
Expand Down

0 comments on commit 0ceab0b

Please sign in to comment.