Skip to content

Commit efb6bb6

Browse files
try out workflow
1 parent 2da359d commit efb6bb6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/2024-ruby.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: 2024-ruby
33
on:
44
pull_request:
55
push:
6-
branches: [master]
76
paths:
87
- 2024/ruby/**
98

@@ -21,5 +20,8 @@ jobs:
2120
with:
2221
bundler-cache: true
2322
working-directory: ./2024/ruby
23+
- name: RuboCop Linter Action
24+
uses: andrewmcodes/rubocop-linter-action@v3.3.0
25+
2426
- name: Run tests
2527
run: bundle exec rspec

0 commit comments

Comments
 (0)