We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22e48c3 commit b93c8e3Copy full SHA for b93c8e3
.github/workflows/lint.yml
@@ -21,7 +21,8 @@ jobs:
21
22
- name: Run linters
23
uses: wearerequired/lint-action@548d8a7c4b04d3553d32ed5b6e91eb171e10e7bb # v2
24
+ if: ${{ github.event_name == 'pull_request' }}
25
with:
- auto_fix: ${{ github.event_name == 'pull_request' }}
26
+ auto_fix: true
27
rubocop: true
28
rubocop_command_prefix: bundle exec
0 commit comments