Skip to content

Commit

Permalink
Merge pull request #18 from just1602/github-workflow
Browse files Browse the repository at this point in the history
ci: add workflow to run rspec
  • Loading branch information
veganstraightedge authored Apr 27, 2024
2 parents 2a4c297 + f631768 commit 9b1edb5
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 8 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
on: [push]

name: specs

jobs:
run:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@main

- name: Set up Ruby
uses: ruby/setup-ruby@master
with:
ruby-version: 3.3
bundler-cache: true

- name: Run RSpec
run: bundle exec rspec
7 changes: 0 additions & 7 deletions .travis.yml

This file was deleted.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Markdown Media

[![Build Status](https://travis-ci.org/veganstraightedge/markdown_media.svg?branch=master)](https://travis-ci.org/veganstraightedge/markdown_media)
[![Code Climate](https://codeclimate.com/github/veganstraightedge/markdown_media/badges/gpa.svg)](https://codeclimate.com/github/veganstraightedge/markdown_media)
![Version 1.6.0](https://img.shields.io/badge/VERSION-1.6.0-green.svg)

Expand Down

0 comments on commit 9b1edb5

Please sign in to comment.