Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

Add unmaintained badge #5

Add unmaintained badge

Add unmaintained badge #5

Workflow file for this run

name: build
on: [push]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run tests
run: bundle exec rake