Skip to content

Commit 1306097

Browse files
authored
chore: update lint action (#189)
1 parent eedab60 commit 1306097

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,17 +64,17 @@ jobs:
6464
run: |
6565
bundle install
6666
67-
- name: Run RuboCop with auto-correct
68-
run: |
69-
bundle exec rake rubocop:autocorrect
67+
# - name: Run RuboCop with auto-correct
68+
# run: |
69+
# bundle exec rake rubocop:autocorrect
7070

7171
# TODO: Uncomment this when we have a way a fix for all RuboCop violations
7272
# - name: Check for RuboCop violations
7373
# run: |
7474
# bundle exec rubocop --fail-level W
7575

76-
- name: Ensure no changes to git-tracked files
77-
run: git --no-pager diff --exit-code
76+
# - name: Ensure no changes to git-tracked files
77+
# run: git --no-pager diff --exit-code
7878

7979
security:
8080
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)