Skip to content

Commit

Permalink
New Github Actions status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
jarthod committed Sep 12, 2024
1 parent d9f18f9 commit a00eea1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
Data migrations for Mongoid. [![Build Status](https://travis-ci.org/adacosta/mongoid_rails_migrations.svg?branch=master)](https://travis-ci.org/adacosta/mongoid_rails_migrations)
# Data migrations for Mongoid. [![Build Status](https://github.com/adacosta/mongoid_rails_migrations/actions/workflows/test.yaml/badge.svg?branch=master)](https://github.com/adacosta/mongoid_rails_migrations/actions/workflows/test.yaml)

Gemfile:
```ruby
gem "mongoid_rails_migrations"
```

# How to use

Create migration
```
$ rails generate mongoid:migration <your_migration_name_here>
Expand Down

0 comments on commit a00eea1

Please sign in to comment.