Skip to content

Commit

Permalink
futz
Browse files Browse the repository at this point in the history
  • Loading branch information
searls committed Jun 17, 2024
1 parent 1fe96a3 commit e2473af
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
name: 'Standard Ruby'
description: 'A GitHub Action that lints and auto-fixes your Ruby code with Standard Ruby'
author: 'Justin Searls <[email protected]>'

defaults:
run:
shell: bash

runs:
using: composite
defaults:
run:
shell: bash

steps:
- name: Checkout code
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}

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

0 comments on commit e2473af

Please sign in to comment.