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: Trust ruby/setup-ruby to install gems #290

Merged
merged 7 commits into from
Sep 23, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
CI: Add RUBYOPT -r ostruct for linting
  • Loading branch information
olleolleolle authored Sep 23, 2024
commit f26b0797c11d64be0001e10709d7ac5c3839a517
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
gem install ostruct
gem install yard-junk -v 0.0.9 --no-document
yard-junk --path lib
RUBYOPT='-r ostruct' yard-junk --path lib

build:
needs: [linting]
Expand Down
Loading