Skip to content

Bump rubocop-ast from 1.31.1 to 1.31.2 #901

Bump rubocop-ast from 1.31.1 to 1.31.2

Bump rubocop-ast from 1.31.1 to 1.31.2 #901

Workflow file for this run

name: Standard
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: "0 21 * * 6"
permissions:
contents: read
jobs:
standard:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
with:
egress-policy: audit
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Set up Ruby
uses: ruby/setup-ruby@d4526a55538b775af234ba4af27118ed6f8f6677 # v1.172.0
with:
bundler-cache: true
- run: bin/standardrb --format github