Skip to content

Bump rubocop-rspec from 3.0.4 to 3.0.5 in /distrib-core #177

Bump rubocop-rspec from 3.0.4 to 3.0.5 in /distrib-core

Bump rubocop-rspec from 3.0.4 to 3.0.5 in /distrib-core #177

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