Skip to content

Commit 9504b22

Browse files
wip
1 parent 6fd6b15 commit 9504b22

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/shared/setup/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "setup ruby"
2-
description: "checks out code and sets up ruby"
2+
description: "sets up ruby"
33

44
runs:
55
using: "composite"

.github/workflows/2024-ruby.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@ jobs:
1414
lint:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: "./.github/shared/setup"
17+
- uses: actions/checkout@v3
18+
- uses: ./.github/shared/setup
1819
- name: RuboCop Linter Action
1920
uses: andrewmcodes/rubocop-linter-action@v3.3.0
2021
tests:
2122
runs-on: ubuntu-latest
2223
steps:
23-
- uses: "./.github/shared/setup"
24+
- uses: actions/checkout@v3
25+
- uses: ./.github/shared/setup
2426
- name: Run tests
2527
run: bundle exec rspec

0 commit comments

Comments
 (0)