Skip to content

Update rubocop requirement from ~> 1.66.1 to ~> 1.69.0 in /cucumber-distrib #201

Update rubocop requirement from ~> 1.66.1 to ~> 1.69.0 in /cucumber-distrib

Update rubocop requirement from ~> 1.66.1 to ~> 1.69.0 in /cucumber-distrib #201

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
BUNDLE_ONLY: linters
jobs:
linters:
name: rspec-distrib - Linters
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
working-directory: rspec-distrib
- name: Run RuboCop
run: bundle exec rubocop
working-directory: rspec-distrib
- name: Run yardoc
run: bundle exec yardoc --fail-on-warning
working-directory: rspec-distrib