Skip to content

Add dependabot configuration for GitHub Actions #67

Add dependabot configuration for GitHub Actions

Add dependabot configuration for GitHub Actions #67

Workflow file for this run

name: Test
on: push
jobs:
rspec:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run Tests
run: |
bundle exec rspec