Skip to content

Merge pull request #1445 from evemonk/dependabot/github_actions/githu… #3120

Merge pull request #1445 from evemonk/dependabot/github_actions/githu…

Merge pull request #1445 from evemonk/dependabot/github_actions/githu… #3120

Workflow file for this run

name: Rubocop
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: "0 21 * * 6"
permissions:
contents: read
jobs:
rubocop:
runs-on: ubuntu-24.04
steps:
- name: Harden Runner
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
with:
egress-policy: audit
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up Ruby
uses: ruby/setup-ruby@28c4deda893d5a96a6b2d958c5b47fc18d65c9d3 # v1.213.0
with:
bundler-cache: true
- run: bin/rubocop --parallel --format github