Skip to content

Remove badge from non-existing service #42

Remove badge from non-existing service

Remove badge from non-existing service #42

Workflow file for this run

name: CI
on: push
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
ruby:
- 3.0
- 3.1
- 3.2
- jruby
# - jruby-head
- truffleruby
# - truffleruby-head
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec standardrb
- run: COVERAGE=false bundle exec rake test