Skip to content

Bump importmap-rails from 2.2.2 to 2.2.3 #939

Bump importmap-rails from 2.2.2 to 2.2.3

Bump importmap-rails from 2.2.2 to 2.2.3 #939

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.4.4
bundler-cache: true # runs bundle install and caches gems
- name: Install dependencies
run: bundle install
- name: Run Lint
run: bin/lint