Skip to content

Dogfood the action to tests it #1

Dogfood the action to tests it

Dogfood the action to tests it #1

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_args: --config .rubocop.yml