Skip to content

Commit 15fef23

Browse files
authored
Re-enable Rubocop (#7723)
1 parent 536a37f commit 15fef23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/repository.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
continue-on-error: true
4141
- name: Quality Checks
4242
run: bundle exec ruby ./tests/quality-checks.rb
43-
#- name: Validate Ruby scripts
44-
# run: bundle exec rubocop
43+
- name: Validate Ruby scripts
44+
run: bundle exec rubocop
4545

4646
publish:
4747
name: Build and Publish files

0 commit comments

Comments
 (0)