Skip to content

Commit

Permalink
Migrate away from standardrb-action
Browse files Browse the repository at this point in the history
Because Andrew told us to:

> This action is unnecessary and will slow down your CI suite. As such, it is not actively maintained.
> https://github.com/andrewmcodes/standardrb-action?tab=readme-ov-file
  • Loading branch information
koppen committed Jun 17, 2024
1 parent d65b138 commit 916e2cb
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/standardrb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ name: StandardRB
on: [push]

jobs:
build:
standardrb:
name: StandardRB
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: StandardRB Linter
uses: andrewmcodes/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: bundle exec standardrb --format github --parallel

0 comments on commit 916e2cb

Please sign in to comment.