Skip to content

Commit 6fd6b15

Browse files
wip
1 parent 2608ea4 commit 6fd6b15

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/2024-ruby.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
lint:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: "./.github/shared/setup"
18-
- name: RuboCop Linter Action
19-
uses: andrewmcodes/rubocop-linter-action@v3.3.0
17+
- uses: "./.github/shared/setup"
18+
- name: RuboCop Linter Action
19+
uses: andrewmcodes/rubocop-linter-action@v3.3.0
2020
tests:
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: "./.github/shared/setup"
24-
- name: Run tests
25-
run: bundle exec rspec
23+
- uses: "./.github/shared/setup"
24+
- name: Run tests
25+
run: bundle exec rspec

0 commit comments

Comments
 (0)