Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
invalidusrname committed Dec 5, 2024
1 parent eec9e77 commit 2608ea4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/shared/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ description: "checks out code and sets up ruby"
runs:
using: "composite"
steps:
- uses: actions/checkout@v3
- name: Check out code
uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 2608ea4

Please sign in to comment.