Skip to content

Bump rack from 3.2.5 to 3.2.6 in the bundler group across 1 directory #29

Bump rack from 3.2.5 to 3.2.6 in the bundler group across 1 directory

Bump rack from 3.2.5 to 3.2.6 in the bundler group across 1 directory #29

Workflow file for this run

name: CI
on:
push:
branches: [ main, feature/** ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.4.7'
bundler-cache: true
- name: Install dependencies
run: bundle install --jobs 4 --retry 3
- name: Run RuboCop
run: bundle exec rubocop
- name: Run RSpec tests
run: bundle exec rspec
- name: Upload coverage to Qlty
uses: qltysh/qlty-action/coverage@v2
with:
token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
files: coverage/.resultset.json