Skip to content

Commit

Permalink
CI: Add RUBYOPT -r ostruct for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle authored Sep 23, 2024
1 parent f986ab1 commit f26b079
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit f26b079

Please sign in to comment.