Skip to content

Commit

Permalink
Update RuboCop Ruby version and workflow dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
oleander committed Nov 15, 2024
1 parent 6b30f6e commit dd91567
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ permissions:

jobs:
rubocop:
needs: release
runs-on: ubuntu-latest
steps:
- name: Check out repository
Expand Down Expand Up @@ -107,7 +106,7 @@ jobs:
release:
runs-on: ubuntu-latest
# if: github.ref == 'refs/heads/main'
# needs: [rspec, dockerfile, devcontainer]
needs: [rubocop]
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require:
- rubocop-md

AllCops:
TargetRubyVersion: 3.3
TargetRubyVersion: 3.1
NewCops: enable
Exclude: ['vendor/**/*']

Expand Down

0 comments on commit dd91567

Please sign in to comment.