From 7e9783c40db6d999247972244abaff725910f052 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Mon, 23 Sep 2024 15:11:57 +0200 Subject: [PATCH] CI: Drop linting step yard-junk --- .github/workflows/ci.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 058bd15..e3c6079 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,17 +24,8 @@ 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 - build: needs: [linting] runs-on: ubuntu-latest