Skip to content

Bump rubocop-rspec from 2.29.2 to 2.30.0 in /rspec-distrib #3

Bump rubocop-rspec from 2.29.2 to 2.30.0 in /rspec-distrib

Bump rubocop-rspec from 2.29.2 to 2.30.0 in /rspec-distrib #3

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
name: features-parser - Specs
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: features-parser
- name: Run specs
run: bundle exec rspec
working-directory: features-parser