Skip to content

Update cucumber requirement from ~> 7.1.0 to >= 7.1, < 9.3 in /cucumber-distrib #6

Update cucumber requirement from ~> 7.1.0 to >= 7.1, < 9.3 in /cucumber-distrib

Update cucumber requirement from ~> 7.1.0 to >= 7.1, < 9.3 in /cucumber-distrib #6

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
linters:
name: cucumber-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: cucumber-distrib
- name: Run RuboCop
run: bundle exec rubocop
working-directory: cucumber-distrib
- name: Run yardoc
run: bundle exec yardoc --fail-on-warning
working-directory: cucumber-distrib