diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 058bd15..3c0f47e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,17 +24,7 @@ jobs: with: ruby-version: 2.6 bundler-cache: true # 'bundle install' and cache gems - - - name: Rubocop - run: bundle exec rubocop --format progress - - # Deal with "yard-junk now requires Ruby version >= 2.7.0. The current ruby version is 2.6.10.210." - - name: Yard-Junk - run: | - gem install ostruct - gem install yard-junk -v 0.0.9 --no-document - RUBYOPT='-r ostruct' yard-junk --path lib - + - run: bundle exec rubocop build: needs: [linting] runs-on: ubuntu-latest