Skip to content

Dogfood the action to tests it #2

Dogfood the action to tests it

Dogfood the action to tests it #2

Workflow file for this run

name: Rubocop
on: pull_request
permissions:
contents: read
pull-requests: write
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
- uses: ./
with:
rubocop_arguments: --config .rubocop.yml