Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
searls committed Jun 17, 2024
1 parent 3d26ec8 commit da04f43
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@ name: 'Standard Ruby'
description: 'A GitHub Action that lints and auto-fixes your Ruby code with Standard Ruby'
author: 'Justin Searls <[email protected]>'
runs:
using: 'composite'
using: composite
shell: bash

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 'ruby'
# Use the latest stable CRuby version
ruby-version: ruby
bundler-cache: true

- name: Install dependencies
Expand Down

0 comments on commit da04f43

Please sign in to comment.