Skip to content
This repository has been archived by the owner on Feb 17, 2025. It is now read-only.

Merge pull request #84 from dxw/renovate/puma-6.x-lockfile #279

Merge pull request #84 from dxw/renovate/puma-6.x-lockfile

Merge pull request #84 from dxw/renovate/puma-6.x-lockfile #279

Workflow file for this run

on:
- push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 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