Skip to content

Bump prometheus-client from 4.2.3 to 4.2.4 #1192

Bump prometheus-client from 4.2.3 to 4.2.4

Bump prometheus-client from 4.2.3 to 4.2.4 #1192

Workflow file for this run

name: RSpec
on: [push, pull_request]
env:
RUBY_VERSION: "3.4.1"
jobs:
rspec:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ env.RUBY_VERSION }}
bundler-cache: true
- name: Run RSpec
run: bundle exec rspec --format progress
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ env.RUBY_VERSION }}
bundler-cache: true
- name: Run RSpec
run: bundle exec rubocop