Skip to content

Revert "Add Maintainability and Test Coverage badges" #121

Revert "Add Maintainability and Test Coverage badges"

Revert "Add Maintainability and Test Coverage badges" #121

Workflow file for this run

name: tests
on: [push, pull_request]
jobs:
build:
strategy:
matrix:
ruby: ["3.1", "3.2", "3.3"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rake test