Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jisraelsen committed Jul 16, 2020
1 parent ce75a42 commit 2e843ce
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Rails Best Practices Action

GitHub Action that lints your Ruby on Rails code with the [rails_best_practices](https://github.com/flyerhzm/rails_best_practices) gem

## Inputs

None

## Outputs

None

## Example usage

```
uses: docker://lgcbx/rails_best_practices-action:v1.20.0
```

OR

```
uses: lgcbx/rails_best_practices-action@v1.20.0
```

0 comments on commit 2e843ce

Please sign in to comment.