Skip to content

Commit

Permalink
release easy_style
Browse files Browse the repository at this point in the history
  • Loading branch information
luk4s committed Feb 2, 2024
1 parent 75ff35d commit 5509f31
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,17 @@ on: [push]

jobs:
build:
strategy:
fail-fast: false
matrix:
ruby: ["3.1.2", "3.1.4"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.2
ruby-version: ${{ matrix.ruby }
bundler-cache: true
- name: Rubocop
run: bundle exec rubocop
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
easy_style (0.4.0)
easy_style (0.5.2)
rubocop (~> 1.53.0)
rubocop-rails (~> 2.20.0)

Expand Down

0 comments on commit 5509f31

Please sign in to comment.