Skip to content

Commit 5d970f6

Browse files
wip
1 parent f563a92 commit 5d970f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/2024-ruby.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v3
1818
- uses: ./.github/shared/setup
19-
- uses: andrewmcodes/[email protected]
19+
- name: Run rubocop
20+
run: bundle exec rubocop
2021
tests:
2122
runs-on: ubuntu-latest
2223
steps:

0 commit comments

Comments
 (0)