From 481921b658d4bffbce7aa9f1e635ae9e10d14585 Mon Sep 17 00:00:00 2001 From: Jeff Peterson Date: Fri, 8 Nov 2024 23:27:32 -0800 Subject: [PATCH] make PRs with lint fixes --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44d0e73..d038223 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,9 +31,12 @@ jobs: - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: {bundler-cache: true} + - run: bin/rubocop -Af github + - uses: peter-evans/create-pull-request@v7.0.5 + with: + branch: rubocop + title: Rubocop Autocorrections - - name: Lint code for consistent style - run: bin/rubocop -f github test: if: false