You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ruby-version - If your project has a .ruby-version file, this Action will use that version of Ruby. If not, this will be forwarded to the ruby/setup-ruby action, so it takes the same values.
autofix - If set to false, the action will not attempt to auto-fix any errors. Defaults to true.
workdir - If set the action will descend to this directory before running bundle exec standardrb … and other relevant setup commands. Defaults to ..
Example with options set:
- name: Standard Rubyuses: standardrb/standard-ruby-action@v1with:
ruby-version: '3.3'autofix: falseworkdir: my/app/subdirectory
Screenshots
[Update 6/17/2024: the current v1 release doesn't produce annotations like
this, unfortunately. See
#16]
Code of Conduct
This project follows Test Double's code of
conduct for all community interactions,
including (but not limited to) one-on-one communications, public posts/comments,
code reviews, pull requests, and GitHub issues. If violations occur, Test Double
will take any action they deem appropriate for the infraction, up to and
including blocking a user from the organization's repositories.