Skip to content

Commit

Permalink
make PRs with lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffpeterson committed Nov 9, 2024
1 parent 8cb642f commit 481921b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
branch: rubocop
title: Rubocop Autocorrections

- name: Lint code for consistent style
run: bin/rubocop -f github

test:
if: false
Expand Down

0 comments on commit 481921b

Please sign in to comment.