Skip to content

Use the result type 'ambiguous' for ambiguous step matches. #245

Use the result type 'ambiguous' for ambiguous step matches.

Use the result type 'ambiguous' for ambiguous step matches. #245

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.4.7'
bundler-cache: true
- run: bundle exec rubocop