Skip to content

Commit

Permalink
👷 run rubocop with -A
Browse files Browse the repository at this point in the history
  • Loading branch information
alaz committed Mar 2, 2024
1 parent 4e75114 commit d907d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autocorrect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Run tests
run: bundle exec rake test
- name: Run linter
run: bundle exec rubocop --auto-correct
run: bundle exec rubocop -A
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
Expand Down

0 comments on commit d907d92

Please sign in to comment.