Skip to content

Bump rails from 7.0.4.3 to 7.0.5 #1771

Bump rails from 7.0.4.3 to 7.0.5

Bump rails from 7.0.4.3 to 7.0.5 #1771

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
bundler-cache: true
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 19.8.1
- run: npm install
- run: exe/ruby-lint
- run: exe/node-lint
- run: rake assets:precompile