Skip to content

Annotate pull requests with StandardRB violations #18

Annotate pull requests with StandardRB violations

Annotate pull requests with StandardRB violations #18

Workflow file for this run

name: Ruby
on: [push,pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
bundler-cache: true
- name: Run the default task
run: bundle exec rake
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
bundler-cache: true
- name: StandardRB
uses: andrewmcodes/[email protected]
with:
ruby-version: 3.2.2
bundler-cache: true