Skip to content

Commit

Permalink
add GHA to run Standard
Browse files Browse the repository at this point in the history
  • Loading branch information
minaslater committed May 8, 2024
1 parent e0ad969 commit 614101a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/standardrb.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Run Linter

on:
push:
branches: "main"
pull_request:
branches: "*"

jobs:
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

0 comments on commit 614101a

Please sign in to comment.