Skip to content

Commit

Permalink
docs: link to official action (#28)
Browse files Browse the repository at this point in the history
Direct people to standardrb/standard-ruby-action in README.md
  • Loading branch information
searls committed Jun 25, 2024
1 parent 2b57aaf commit e94563d
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
> [!CAUTION]
> This action is unnecessary and will slow down your CI suite. As such, it is not actively maintained.
> To migrate, add this job to your workflow to achieve the same results:
>
> ```
> standardrb:
> name: StandardRB
> runs-on: ubuntu-latest
> steps:
> - uses: actions/checkout@v4
> - uses: ruby/setup-ruby@v1
> with:
> bundler-cache: true
> - run: bundle exec standardrb --format github --parallel
> ```
> [!CAUTION]
> This action is no longer maintained. Instead, consider this fork that is maintained by the Standard Ruby team at [standardrb/standard-ruby-action](https://github.com/standardrb/standard-ruby-action)

# :white_check_mark: StandardRB Action

Expand Down

0 comments on commit e94563d

Please sign in to comment.