Skip to content

Merge pull request #666 from evemonk/dependabot/bundler/loofah-2.22.0 #1451

Merge pull request #666 from evemonk/dependabot/bundler/loofah-2.22.0

Merge pull request #666 from evemonk/dependabot/bundler/loofah-2.22.0 #1451

Workflow file for this run

name: Rubocop
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: "0 21 * * 6"
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: bin/rubocop --parallel --format github