Skip to content

Commit de55445

Browse files
committed
chore(ruby): add new linting check workflow for ruby wrapper
1 parent 0e80b60 commit de55445

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ruby-wrapper-lint.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,8 @@ jobs:
2424
bundler-cache: true
2525

2626
- name: Run RuboCop
27-
run: bundle exec rubocop
27+
<<<<<<< HEAD
28+
run: bundle exec rubocop
29+
=======
30+
run: bundle exec rubocop
31+
>>>>>>> b0f1c7e (chore(ruby): add new linting check workflow for ruby wrapper)

0 commit comments

Comments
 (0)