We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fd6b15 commit 9504b22Copy full SHA for 9504b22
.github/shared/setup/action.yaml
@@ -1,5 +1,5 @@
1
name: "setup ruby"
2
-description: "checks out code and sets up ruby"
+description: "sets up ruby"
3
4
runs:
5
using: "composite"
.github/workflows/2024-ruby.yaml
@@ -14,12 +14,14 @@ jobs:
14
lint:
15
runs-on: ubuntu-latest
16
steps:
17
- - uses: "./.github/shared/setup"
+ - uses: actions/checkout@v3
18
+ - uses: ./.github/shared/setup
19
- name: RuboCop Linter Action
20
uses: andrewmcodes/rubocop-linter-action@v3.3.0
21
tests:
22
23
24
25
26
- name: Run tests
27
run: bundle exec rspec
0 commit comments