Skip to content

Support safe call (#46) #30

Support safe call (#46)

Support safe call (#46) #30

Workflow file for this run

---
name: CI
on:
- pull_request
- push
concurrency:
group: ${{ github.ref_name }}
cancel-in-progress: true
jobs:
test:
name: Ruby
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby:
- "2.7"
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rake