Skip to content

Bump rails from 7.0.8 to 7.1.0 #432

Bump rails from 7.0.8 to 7.1.0

Bump rails from 7.0.8 to 7.1.0 #432

Workflow file for this run

name: Standard
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: "0 21 * * 6"
jobs:
standard:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: bin/standardrb --format github