Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ci drop yard junk #292

Merged
merged 2 commits into from
Sep 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down