Skip to content

Commit b93c8e3

Browse files
authored
Update lint.yml
Signed-off-by: Justin Kenyon <[email protected]>
1 parent 22e48c3 commit b93c8e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121

2222
- name: Run linters
2323
uses: wearerequired/lint-action@548d8a7c4b04d3553d32ed5b6e91eb171e10e7bb # v2
24+
if: ${{ github.event_name == 'pull_request' }}
2425
with:
25-
auto_fix: ${{ github.event_name == 'pull_request' }}
26+
auto_fix: true
2627
rubocop: true
2728
rubocop_command_prefix: bundle exec

0 commit comments

Comments
 (0)