Skip to content

Add dependabot configuration for GitHub Actions #132

Add dependabot configuration for GitHub Actions

Add dependabot configuration for GitHub Actions #132

Workflow file for this run

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