Skip to content

Merge pull request #110 from dxw/renovate/rollbar-3.x-lockfile #295

Merge pull request #110 from dxw/renovate/rollbar-3.x-lockfile

Merge pull request #110 from dxw/renovate/rollbar-3.x-lockfile #295

Workflow file for this run

on:
- push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run tests
run: bundle exec rspec lib
- name: Run linting
run: bundle exec standardrb