Skip to content

Commit

Permalink
CI: Drop linting step yard-junk
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Sep 23, 2024
1 parent d9eab98 commit 7e9783c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e9783c

Please sign in to comment.