Skip to content

Bump actionview from 7.2.2.1 to 7.2.2.2 #187

Bump actionview from 7.2.2.1 to 7.2.2.2

Bump actionview from 7.2.2.1 to 7.2.2.2 #187

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v5
- uses: ruby/setup-ruby@829114fc20da43a41d27359103ec7a63020954d4 # [email protected]
with:
bundler-cache: true
- name: lint
run: script/lint