Skip to content

Commit

Permalink
Check out the code first
Browse files Browse the repository at this point in the history
This way, we get a `.ruby-version` so that we don't need one when
setting up Ruby.
  • Loading branch information
shanebonham committed Dec 17, 2024
1 parent dc7270a commit 8dec190
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ outputs:
runs:
using: "composite"
steps:
- name: Check out code
uses: actions/checkout@v4

- name: Set up Ruby
uses: ruby/setup-ruby@v1

- name: Install Bundler Audit
run: gem install bundler-audit
shell: bash

- name: Check out code
uses: actions/checkout@v4

- name: Run Bundler Audit
id: audit
run: |
Expand Down

0 comments on commit 8dec190

Please sign in to comment.