Skip to content

Commit

Permalink
Merge pull request #705 from FerPerales/main
Browse files Browse the repository at this point in the history
  • Loading branch information
mxie committed Oct 31, 2023
2 parents e15b03a + a0ccc30 commit ad308b4
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 5 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/rspec.yml
@@ -0,0 +1,28 @@
name: RSpec

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
rspec:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true

- name: Install dependencies
run: bundle install

- name: Run test and linter
run:
bundle exec rake
5 changes: 0 additions & 5 deletions .travis.yml

This file was deleted.

0 comments on commit ad308b4

Please sign in to comment.