daigotanaka0714/Rails Migration Check
Validate Rails migration files, run migrations automatically, and check schema.rb consistency
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| skip-migration-execution | Skip executing rails db:migrate (useful for testing or when migrations should not be run) | no | false |
| migration-command | Custom migration command to run (default: bundle exec rails db:migrate) | no | bundle exec rails db:migrate |
| working-directory | Working directory where the Rails project is located | no | . |
Outputs
no outputs