Skip to content

Commit

Permalink
Merge branch 'main' into fix-solid-queue-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed Oct 14, 2024
2 parents 7347435 + 5c74e7b commit 58a9994
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
fail-fast: false
matrix:
ruby:
- '3.3'
- "3.3"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- run: gem install standard
- run: gem install standard -v '~> 1.40.0'
- run: standardrb

0 comments on commit 58a9994

Please sign in to comment.