Bump stimulus-rails from 1.3.0 to 1.3.3 #238
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: "Lint" | |
on: | |
push: | |
branches: ['main'] | |
pull_request: | |
types: ['opened', 'reopened', 'synchronize', 'unlocked'] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: ruby/[email protected] | |
with: | |
ruby-version: '3.2.2' | |
bundler-cache: true # runs 'bundle install' and caches installed gems automatically | |
- name: Lint Ruby files | |
run: bundle exec standardrb |