Skip to content

Bump @hotwired/turbo-rails from 8.0.10 to 8.0.12 #1076

Bump @hotwired/turbo-rails from 8.0.10 to 8.0.12

Bump @hotwired/turbo-rails from 8.0.10 to 8.0.12 #1076

Workflow file for this run

name: Lint
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
name: Ruby
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run Standard
run: bundle exec standardrb
- name: Run ERB Lint
run: bundle exec erblint --lint-all