Skip to content

Bump @rails/activestorage from 8.1.300 to 8.1.301 #1216

Bump @rails/activestorage from 8.1.300 to 8.1.301

Bump @rails/activestorage from 8.1.300 to 8.1.301 #1216

Workflow file for this run

name: Lint changes
on:
pull_request:
branches:
- 'main'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- uses: actions/setup-node@v7
with:
node-version-file: '.node-version'
- name: Install linters
run: |
npm install -g markdownlint-cli
- name: Run script/lint.rb
run: script/lint.rb